[MPlayer-dev-eng] [PATCH] dxa in mplayer

Diego Biurrun diego at biurrun.de
Sat Mar 17 22:15:30 CET 2007


On Sat, Mar 17, 2007 at 09:25:37PM +0100, Reimar D?ffinger wrote:
> On Sat, Mar 17, 2007 at 04:02:43PM -0400, Compn wrote:
> > http://samples.mplayerhq.hu/game-formats/dxa/
> > 
> > but now i have to force -vc +ffdxa . any idea how to get
> > mplayer to use ffdxa on these files? (there is no fourcc)
> > 
> About the other problem see attached patch.
> 
> --- libmpdemux/demux_lavf.c	(revision 22706)
> +++ libmpdemux/demux_lavf.c	(working copy)
> @@ -101,6 +101,7 @@
>      { CODEC_ID_VMDVIDEO,          MKTAG('V', 'M', 'D', 'V')},
>      { CODEC_ID_WS_VQA,            MKTAG('V', 'Q', 'A', 'V')},
>      { CODEC_ID_XAN_WC3,           MKTAG('W', 'C', '3', 'V')},
> +    { CODEC_ID_DXA,               MKTAG('D', 'X', 'A', '1')},

Fine except for alphabetical order :)

Diego




More information about the MPlayer-dev-eng mailing list