[MPlayer-dev-eng] [RFC] rc2 at the beginning of October

Diego Biurrun diego at biurrun.de
Fri Sep 28 18:43:27 CEST 2007


On Wed, Sep 26, 2007 at 10:00:26PM +0200, Roberto Togni wrote:
> 
> The patch...
> 
> --- vd_ffmpeg.c	(revision 24617)
> +++ vd_ffmpeg.c	(working copy)
> @@ -249,7 +249,7 @@
>   
> -    if(lavc_codec->capabilities&CODEC_CAP_DR1 && !do_vis_debug && lavc_codec->id != CODEC_ID_H264 && lavc_codec->id != CODEC_ID_INTERPLAY_VIDEO)
> +    if(lavc_codec->capabilities&CODEC_CAP_DR1 && !do_vis_debug && lavc_codec->id != CODEC_ID_H264 && lavc_codec->id != CODEC_ID_INTERPLAY_VIDEO && lavc_codec->id != CODEC_ID_ROQ)

Hmmm, CODEC_ID_H264 ...

Does this slow down H.264 decoding?  How much?  And what is the problem?

Diego



More information about the MPlayer-dev-eng mailing list