FFmpeg
|
#include "libavcodec/evc.h"
#include "libavcodec/bsf.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio_internal.h"
#include "evc.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | EVCDemuxContext |
Macros | |
#define | RAW_PACKET_SIZE 1024 |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
#define | OFFSET(x) offsetof(EVCDemuxContext, x) |
Functions | |
static int | annexb_probe (const AVProbeData *p) |
static int | evc_read_header (AVFormatContext *s) |
static int | evc_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | evc_read_close (AVFormatContext *s) |
Variables | |
static const AVOption | evc_options [] |
static const AVClass | evc_demuxer_class |
const AVInputFormat | ff_evc_demuxer |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(EVCDemuxContext, x) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const AVInputFormat ff_evc_demuxer |