mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) | 2 lines
add framing bit Originally committed as revision 6441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
22c72a08df
commit
be01eec6c7
@ -546,6 +546,8 @@ static int put_main_header(venc_context_t * venc, uint8_t ** out) {
|
|||||||
put_bits(&pb, 8, venc->modes[i].mapping);
|
put_bits(&pb, 8, venc->modes[i].mapping);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
put_bits(&pb, 1, 1); // framing
|
||||||
|
|
||||||
flush_put_bits(&pb);
|
flush_put_bits(&pb);
|
||||||
hlens[2] = (put_bits_count(&pb) + 7) / 8;
|
hlens[2] = (put_bits_count(&pb) + 7) / 8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user