FFmpeg
|
#include "libavcodec/apv.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | APVHeaderInfo |
Functions | |
static int | apv_extract_header_info (GetByteContext *gbc) |
static int | apv_probe (const AVProbeData *p) |
static int | apv_read_header (AVFormatContext *s) |
static int | apv_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const FFInputFormat | ff_apv_demuxer |
|
static |
Definition at line 42 of file apvdec.c.
Referenced by apv_probe().
|
static |
|
static |
|
static |
const FFInputFormat ff_apv_demuxer |