Commit 19000122 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Martin Storsjö

mpegvideo_enc: remove assert that has become obsolete with the new API

It now just checks uninitialized and unused data.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 2c340596
......@@ -1608,7 +1608,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);
......
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