|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "demux.h"#include "internal.h"#include "id3v2.h"Go to the source code of this file.
Data Structures | |
| struct | DSFContext |
Functions | |
| static int | dsf_probe (const AVProbeData *p) |
| static void | read_id3 (AVFormatContext *s, uint64_t id3pos) |
| static int | dsf_read_header (AVFormatContext *s) |
| static int | dsf_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const AVChannelLayout | dsf_channel_layout [] |
| const FFInputFormat | ff_dsf_demuxer |
|
static |
|
static |
Definition at line 53 of file dsfdec.c.
Referenced by dsf_read_header().
|
static |
|
static |
|
static |
Definition at line 42 of file dsfdec.c.
Referenced by dsf_read_header().
| const FFInputFormat ff_dsf_demuxer |
1.8.17