#include "avformat.h"#include "internal.h"#include "pcm.h"#include "libavutil/log.h"#include "libavutil/opt.h"Go to the source code of this file.
Data Structures | |
| struct | PCMAudioDemuxerContext |
Macros | |
| #define | RAW_SAMPLES 1024 |
| #define | PCMDEF(name_, long_name_, ext, codec) |
Typedefs | |
| typedef struct PCMAudioDemuxerContext | PCMAudioDemuxerContext |
Functions | |
| static int | pcm_read_header (AVFormatContext *s) |
| static int | pcm_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 pcm_read_packet().
| typedef struct PCMAudioDemuxerContext PCMAudioDemuxerContext |
|
static |
|
static |