[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.108,1.109

matthieu castet castet.matthieu
Sun Jun 26 23:38:30 CEST 2005


Roberto Togni CVS wrote:
> Update of /cvsroot/ffmpeg/ffmpeg/libavformat
> In directory mail:/var2/tmp/cvs-serv17495
> 
> Modified Files:
> 	avienc.c 
> Log Message:
> Theora fourcc
> 
> 
> Index: avienc.c
> ===================================================================
> RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
> retrieving revision 1.108
> retrieving revision 1.109
> diff -u -d -r1.108 -r1.109
> --- avienc.c	9 Jun 2005 20:01:02 -0000	1.108
> +++ avienc.c	26 Jun 2005 20:26:47 -0000	1.109
> @@ -184,6 +184,7 @@
>      { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
>      { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
>      { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
> +    { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
>      { CODEC_ID_RAWVIDEO, 0 },
>      { 0, 0 },
>  };
> 
> _______________________________________________
> ffmpeg-cvslog mailing list
> ffmpeg-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/ffmpeg-cvslog
> 
> 
Is that a real fourcc used by people or just an ugly hack to make work 
mplayer ?





More information about the ffmpeg-cvslog mailing list