mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
Count non-header data towards intra block bit count in MJPEG encoder
Originally committed as revision 25873 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
372c3f82b7
commit
23b8342af4
@ -441,6 +441,8 @@ void ff_mjpeg_encode_mb(MpegEncContext *s, DCTELEM block[6][64])
|
||||
encode_block(s, block[5], 5);
|
||||
encode_block(s, block[7], 7);
|
||||
}
|
||||
|
||||
s->i_tex_bits += get_bits_diff(s);
|
||||
}
|
||||
|
||||
AVCodec mjpeg_encoder = {
|
||||
|
Loading…
Reference in New Issue
Block a user