Browse Source

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>
tags/n0.8
Michael Niedermayer 15 years ago
parent
commit
5d6c5dd36c
2 changed files with 2 additions and 2897 deletions
  1. +2
    -1
      libavcodec/mpegvideo.c
  2. +0
    -2896
      mt-work/test-failures.txt

+ 2
- 1
libavcodec/mpegvideo.c View File

@@ -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


+ 0
- 2896
mt-work/test-failures.txt
File diff suppressed because it is too large
View File


Loading…
Cancel
Save