FFmpeg
|
frmdec.c File Reference
Megalux Frame demuxer. More...
Include dependency graph for frmdec.c:
Go to the source code of this file.
Data Structures | |
struct | FrmContext |
Functions | |
static int | frm_read_probe (AVProbeData *p) |
static int | frm_read_header (AVFormatContext *avctx) |
static int | frm_read_packet (AVFormatContext *avctx, AVPacket *pkt) |
Variables | |
static const PixelFormatTag | frm_pix_fmt_tags [] |
AVInputFormat | ff_frm_demuxer |
Detailed Description
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_frm_demuxer |
Initial value:
= {
.name = "frm",
.priv_data_size = sizeof(FrmContext),
.long_name = NULL_IF_CONFIG_SMALL("Megalux Frame"),
.read_probe = frm_read_probe,
.read_header = frm_read_header,
.read_packet = frm_read_packet,
}
static int frm_read_packet(AVFormatContext *avctx, AVPacket *pkt)
Definition: frmdec.c:74
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: frmdec.c:40
|
static |
Initial value:
= {
{ AV_PIX_FMT_RGB555, 1 },
{ AV_PIX_FMT_RGB0, 2 },
{ AV_PIX_FMT_RGB24, 3 },
{ AV_PIX_FMT_BGR0, 4 },
{ AV_PIX_FMT_BGRA, 5 },
{ AV_PIX_FMT_NONE, 0 },
}
Definition: pixfmt.h:67
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11