wmal: vertical alignment cosmetics

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Mashiat Sarker Shakkhar 2012-04-13 14:00:22 -07:00 committed by Diego Biurrun
parent 2e13f57993
commit dac79c2737
1 changed files with 2 additions and 2 deletions

View File

@ -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);