Commit c8370e6e authored by Mashiat Sarker Shakkhar's avatar Mashiat Sarker Shakkhar Committed by Kostya Shishkov

WMAL cosmetics: fix indentation

Signed-off-by: 's avatarKostya Shishkov <kostya.shishkov@gmail.com>
parent f1aa8597
......@@ -1212,7 +1212,7 @@ static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr,
/* decode the cross packet frame if it is valid */
if (num_bits_prev_frame < remaining_packet_bits && !s->packet_loss)
decode_frame(s);
decode_frame(s);
} else if (s->num_saved_bits - s->frame_offset) {
av_dlog(avctx, "ignoring %x previously saved bits\n",
s->num_saved_bits - s->frame_offset);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment