This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mpegvideo_enc: remove assert that has become obsolete with the new API
It now just checks uninitialized and unused data. Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Michael Niedermayer
Martin Storsjö
13 years ago
parent
2c340596ca
commit
19000122a4
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mpegvideo_enc.c
+ 0
- 1
libavcodec/mpegvideo_enc.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save