#include <memory.h>
#include "libavcodec/codec2utils.h"
#include "libavutil/intreadwrite.h"
#include "avio_internal.h"
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"
#include "rawenc.h"
#include "pcm.h"
Go to the source code of this file.
#define AVPRIV_CODEC2_HEADER_SIZE 7 |
#define AVPRIV_CODEC2_MAGIC 0xC0DEC2 |
#define EXPECTED_CODEC2_MAJOR_VERSION 0 |
#define EXPECTED_CODEC2_MINOR_VERSION 8 |
#define FRAMES_PER_PACKET |
Value:{ "frames_per_packet", "Number of frames to read at a time. Higher = faster decoding, lower granularity", \
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 204 of file codec2.c.
Initial value:= {
}
#define FRAMES_PER_PACKET
Definition at line 208 of file codec2.c.
Initial value:= {
}
#define FRAMES_PER_PACKET
#define AVPRIV_CODEC2_AVOPTIONS(desc, classname, min_val, default_val, option_flags)
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 213 of file codec2.c.
Initial value:= {
.class_name = "codec2 muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 219 of file codec2.c.
Initial value:= {
.class_name = "codec2 demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption codec2_options[]
Definition at line 226 of file codec2.c.
const AVClass codec2raw_demux_class |
|
static |
Initial value:= {
.class_name = "codec2raw demuxer",
}
static const AVOption codec2raw_options[]
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 234 of file codec2.c.