mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
WMAL cosmetics: fix indentation
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
This commit is contained in:
parent
f1aa859728
commit
c8370e6e35
@ -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 */
|
/* decode the cross packet frame if it is valid */
|
||||||
if (num_bits_prev_frame < remaining_packet_bits && !s->packet_loss)
|
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) {
|
} else if (s->num_saved_bits - s->frame_offset) {
|
||||||
av_dlog(avctx, "ignoring %x previously saved bits\n",
|
av_dlog(avctx, "ignoring %x previously saved bits\n",
|
||||||
s->num_saved_bits - s->frame_offset);
|
s->num_saved_bits - s->frame_offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user