Commit 678a7179 authored by Justin Ruggles's avatar Justin Ruggles

fix typo

Originally committed as revision 11333 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 22170ec0
......@@ -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 */
......
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