mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 22:01:00 +00:00
fix typo
Originally committed as revision 11333 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
22170ec0b2
commit
678a7179b6
@ -738,7 +738,7 @@ static void output_frame_header(AC3EncodeContext *s, unsigned char *frame)
|
||||
put_bits(&s->pb, 1, 1); /* original bitstream */
|
||||
put_bits(&s->pb, 1, 0); /* no time code 1 */
|
||||
put_bits(&s->pb, 1, 0); /* no time code 2 */
|
||||
put_bits(&s->pb, 1, 0); /* no addtional bit stream info */
|
||||
put_bits(&s->pb, 1, 0); /* no additional bit stream info */
|
||||
}
|
||||
|
||||
/* symetric quantization on 'levels' levels */
|
||||
|
Loading…
Reference in New Issue
Block a user