#include "avformat.h"#include "rawdec.h"#include "pcm.h"#include "libavutil/log.h"#include "libavutil/opt.h"Go to the source code of this file.
Macros | |
| #define | RAW_SAMPLES 1024 |
| #define | PCMDEF(name_, long_name_, ext, codec) |
Functions | |
| static int | raw_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const AVOption | pcm_options [] |
| #define PCMDEF | ( | name_, | |
| long_name_, | |||
| ext, | |||
| codec | |||
| ) |
| #define RAW_SAMPLES 1024 |
Definition at line 28 of file pcmdec.c.
Referenced by raw_read_packet().
|
static |