mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
Merge remote-tracking branch 'ffmpeg-mt/master'
* ffmpeg-mt/master: Update todo. Draw edges in MPV_frame_end when encoding Conflicts: libavcodec/mpegvideo.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3eb9e571dc
commit
5d6c5dd36c
@ -1156,7 +1156,8 @@ void MPV_frame_end(MpegEncContext *s)
|
||||
//just to make sure that all data is rendered.
|
||||
if(CONFIG_MPEG_XVMC_DECODER && s->avctx->xvmc_acceleration){
|
||||
ff_xvmc_field_end(s);
|
||||
}else if(!s->avctx->hwaccel
|
||||
}else if((s->error_count || s->encoding)
|
||||
&& !s->avctx->hwaccel
|
||||
&& !(s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU)
|
||||
&& s->unrestricted_mv
|
||||
&& s->current_picture.reference
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user