#include "libavcodec/evc.h"
#include "libavcodec/bsf.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "evc.h"
#include "internal.h"
Go to the source code of this file.
◆ RAW_PACKET_SIZE
#define RAW_PACKET_SIZE 1024 |
◆ DEC
◆ OFFSET
◆ annexb_probe()
◆ evc_read_header()
◆ evc_read_packet()
◆ evc_read_close()
◆ evc_options
Initial value:
Definition at line 47 of file evcdec.c.
◆ evc_demuxer_class
Initial value:= {
.class_name = "EVC Annex B demuxer",
}
Definition at line 53 of file evcdec.c.
◆ ff_evc_demuxer
Initial value:= {
.p.name = "evc",
.p.extensions = "evc",
}
Definition at line 205 of file evcdec.c.