[MPlayer-cvslog] CVS: main/libmpdemux demux_rawvideo.c,1.6,1.7
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Dec 17 00:55:27 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv4125/libmpdemux
Modified Files:
demux_rawvideo.c
Log Message:
y420 vs i420 typo
Index: demux_rawvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rawvideo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- demux_rawvideo.c 13 Aug 2003 19:02:34 -0000 1.6
+++ demux_rawvideo.c 16 Dec 2004 23:54:54 -0000 1.7
@@ -38,7 +38,7 @@
// format:
{ "format", &format, CONF_TYPE_IMGFMT, 0, 0 , 0, NULL },
// below options are obsolete
- { "y420", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_I420, NULL },
+ { "i420", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_I420, NULL },
{ "yv12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_YV12, NULL },
{ "nv12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_NV12, NULL },
{ "hm12", &format, CONF_TYPE_FLAG, 0, 0 , IMGFMT_HM12, NULL },
More information about the MPlayer-cvslog
mailing list