CVS: main/libmpdemux demux_rawvideo.c,1.5,1.6
Update of /cvsroot/mplayer/main/libmpdemux In directory mail:/var/tmp.root/cvs-serv21583 Modified Files: demux_rawvideo.c Log Message: using CONF_TYPE_IMGFMT Index: demux_rawvideo.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rawvideo.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- demux_rawvideo.c 13 Aug 2003 16:29:31 -0000 1.5 +++ demux_rawvideo.c 13 Aug 2003 19:02:34 -0000 1.6 @@ -36,7 +36,8 @@ { "16cif", &size_id, CONF_TYPE_FLAG,0,0,7, NULL }, { "sif", &size_id, CONF_TYPE_FLAG,0,0,8, NULL }, // format: - { "format", &format, CONF_TYPE_INT, 0, 0 , 0, NULL }, + { "format", &format, CONF_TYPE_IMGFMT, 0, 0 , 0, NULL }, + // below options are obsolete { "y420", &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 },
participants (1)
-
Alex Beregszaszi