mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
Merge commit 'd1c490448cbe3f7715773c673e92139a7192326f' into release/0.10
* commit 'd1c490448cbe3f7715773c673e92139a7192326f': mpegvideo: remove last_picture_ptr / h264 assert. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
6c76f3dfaa
@ -1131,9 +1131,6 @@ int MPV_frame_start(MpegEncContext *s, AVCodecContext *avctx)
|
||||
Picture *pic;
|
||||
s->mb_skipped = 0;
|
||||
|
||||
assert(s->last_picture_ptr == NULL || s->out_format != FMT_H264 ||
|
||||
s->codec_id == CODEC_ID_SVQ3);
|
||||
|
||||
/* mark & release old frames */
|
||||
if (s->out_format != FMT_H264 || s->codec_id == CODEC_ID_SVQ3) {
|
||||
if (s->pict_type != AV_PICTURE_TYPE_B && s->last_picture_ptr &&
|
||||
|
Loading…
Reference in New Issue
Block a user