|
Libav
0.7.1
|
Go to the source code of this file.
Defines | |
| #define | RAW_SAMPLES 1024 |
| #define | PCMDEF(name, long_name, ext, codec) |
Functions | |
| static int | raw_read_packet (AVFormatContext *s, AVPacket *pkt) |
AVInputFormat ff_pcm_ ## name ## _demuxer = {\ #name,\ NULL_IF_CONFIG_SMALL(long_name),\ sizeof(RawAudioDemuxerContext),\ NULL,\ ff_raw_read_header,\ raw_read_packet,\ NULL,\ pcm_read_seek,\ .flags= AVFMT_GENERIC_INDEX,\ .extensions = ext,\ .value = codec,\ .priv_class = &ff_rawaudio_demuxer_class,\ };
| #define RAW_SAMPLES 1024 |
Definition at line 26 of file pcmdec.c.
Referenced by raw_read_packet().
| static int raw_read_packet | ( | AVFormatContext * | s, |
| AVPacket * | pkt | ||
| ) | [static] |
1.7.6.1