[MPlayer-dev-eng] [PATCH] Wire up EATGV support

Diego Biurrun diego at biurrun.de
Tue Jun 16 07:23:19 CEST 2009


On Tue, Jun 16, 2009 at 12:24:05AM +0200, Jan Engelhardt wrote:
> 
> On Monday 2009-06-15 14:46, compn wrote:
> >>+videocodec eatgv
> >>+  info "FFmpeg Electronic Arts TGV"
> >>+  status working
> >>+  format 0x0
> >>+  driver ffmpeg
> >>+  dll eatgv
> >>+  out BGR8
> >
> >patch rejected, format 0x0 is reserved for raw codecs.
> >to add this properly you have to set an internal mplayer fourcc for
> >this format.
> 
> Ok, here goes the second try of the patch.
> --- libmpdemux/mp_taglists.c	(revision 29365)
> +++ libmpdemux/mp_taglists.c	(working copy)
> @@ -93,6 +93,7 @@
>      { CODEC_ID_WS_VQA,            MKTAG('V', 'Q', 'A', 'V')},
>      { CODEC_ID_XAN_WC3,           MKTAG('W', 'C', '3', 'V')},
>      { CODEC_ID_NUV,               MKTAG('N', 'U', 'V', '1')},
> +    { CODEC_ID_EATGV,             MKTAG('f', 'V', 'G', 'T')},

That list used to be sorted.

> --- avcodec.h	(revision 19193)
> +++ avcodec.h	(working copy)
> @@ -198,6 +198,7 @@
>      CODEC_ID_V210,
>      CODEC_ID_DPX,
>      CODEC_ID_MAD,
> +    CODEC_ID_EATGV,

This is wrong, the format already has a CODEC_ID.

Diego



More information about the MPlayer-dev-eng mailing list