mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
mpegvideo_enc: remove assert that has become obsolete with the new API
it now just checks uninitialized and unused data. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
388243bb27
commit
f72e0d9a9f
@ -1640,7 +1640,6 @@ vbv_retry:
|
||||
if (s->mb_info)
|
||||
av_packet_shrink_side_data(pkt, AV_PKT_DATA_H263_MB_INFO, s->mb_info_size);
|
||||
} else {
|
||||
assert((put_bits_ptr(&s->pb) == s->pb.buf));
|
||||
s->frame_bits = 0;
|
||||
}
|
||||
assert((s->frame_bits & 7) == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user