mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
wmal: vertical alignment cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
2e13f57993
commit
dac79c2737
@ -1179,9 +1179,9 @@ static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr,
|
||||
|
||||
/* parse packet header */
|
||||
init_get_bits(gb, buf, s->buf_bit_size);
|
||||
packet_sequence_number = get_bits(gb, 4);
|
||||
packet_sequence_number = get_bits(gb, 4);
|
||||
skip_bits(gb, 1); // Skip seekable_frame_in_packet, currently ununused
|
||||
spliced_packet = get_bits1(gb);
|
||||
spliced_packet = get_bits1(gb);
|
||||
if (spliced_packet)
|
||||
av_log_missing_feature(avctx, "Bitstream splicing", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user