FFmpeg
|
#include "libavutil/bswap.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | MTVDemuxContext |
Macros | |
#define | MTV_ASUBCHUNK_DATA_SIZE 500 |
#define | MTV_HEADER_SIZE 512 |
#define | MTV_AUDIO_PADDING_SIZE 12 |
#define | MTV_IMAGE_DEFAULT_BPP 16 |
#define | MTV_AUDIO_SAMPLING_RATE 44100 |
Functions | |
static int | mtv_probe (const AVProbeData *p) |
static int | mtv_read_header (AVFormatContext *s) |
static int | mtv_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const AVInputFormat | ff_mtv_demuxer |
MTV demuxer.
Definition in file mtv.c.
|
static |
|
static |
|
static |
const AVInputFormat ff_mtv_demuxer |