comparison libmpdemux/demux_rawvideo.c @ 16598:22f576c02442

the on suboption of -rawaudio and -rawvideo do not work anymore since the demuxer API rework. So remove them and change the docs to use -demuxer raw*.
author reimar
date Sun, 25 Sep 2005 17:29:45 +0000
parents 6b86089c2edd
children 6ff3379a0862
comparison
equal deleted inserted replaced
16597:25be2bcfc4bf 16598:22f576c02442
21 static int height = 0; 21 static int height = 0;
22 static float fps = 25; 22 static float fps = 25;
23 static int imgsize=0; 23 static int imgsize=0;
24 24
25 m_option_t demux_rawvideo_opts[] = { 25 m_option_t demux_rawvideo_opts[] = {
26 { "on", &demuxer_type, CONF_TYPE_FLAG, 0,0, DEMUXER_TYPE_RAWVIDEO, NULL },
27 // size: 26 // size:
28 { "w", &width, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL }, 27 { "w", &width, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL },
29 { "h", &height, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL }, 28 { "h", &height, CONF_TYPE_INT,CONF_RANGE,1,8192, NULL },
30 { "sqcif", &size_id, CONF_TYPE_FLAG,0,0,1, NULL }, 29 { "sqcif", &size_id, CONF_TYPE_FLAG,0,0,1, NULL },
31 { "qcif", &size_id, CONF_TYPE_FLAG,0,0,2, NULL }, 30 { "qcif", &size_id, CONF_TYPE_FLAG,0,0,2, NULL },