FFmpeg
|
libcdio CD grabbing More...
#include "config.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
Go to the source code of this file.
Data Structures | |
struct | CDIOContext |
Macros | |
#define | OFFSET(x) offsetof(CDIOContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static av_cold int | read_header (AVFormatContext *ctx) |
static int | read_packet (AVFormatContext *ctx, AVPacket *pkt) |
static av_cold int | read_close (AVFormatContext *ctx) |
static int | read_seek (AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags) |
Variables | |
static const AVOption | options [] |
static const AVClass | libcdio_class |
AVInputFormat | ff_libcdio_demuxer |
libcdio CD grabbing
Definition in file libcdio.c.
#define OFFSET | ( | x | ) | offsetof(CDIOContext, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
|
static |
|
static |
Definition at line 114 of file libcdio.c.
Referenced by avio_alloc_context(), and ffio_init_context().
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_libcdio_demuxer |