Commit d4a544cb authored by Kieran Kunhya's avatar Kieran Kunhya Committed by Janne Grunau

latmenc: Set latmBufferFullness to largest value to indicate it is not used

Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
parent e562fbd0
......@@ -116,7 +116,7 @@ static int latm_write_frame_header(AVFormatContext *s, PutBitContext *bs)
}
put_bits(bs, 3, 0); /* frameLengthType */
put_bits(bs, 8, 0); /* latmBufferFullness */
put_bits(bs, 8, 0xff); /* latmBufferFullness */
put_bits(bs, 1, 0); /* otherDataPresent */
put_bits(bs, 1, 0); /* crcCheckPresent */
......
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