#include "avformat.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | rawvideo_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_rawvideo_demuxer |
| static int rawvideo_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 25 of file rawvideodec.c.
Initial value:
{
"rawvideo",
NULL_IF_CONFIG_SMALL("raw video format"),
sizeof(FFRawVideoDemuxerContext),
NULL,
ff_raw_read_header,
rawvideo_read_packet,
.flags= AVFMT_GENERIC_INDEX,
.extensions = "yuv,cif,qcif,rgb",
.value = CODEC_ID_RAWVIDEO,
.priv_class = &ff_rawvideo_demuxer_class,
}
Definition at line 47 of file rawvideodec.c.
1.5.8