FFmpeg  1.2.12
Data Structures | Functions | Variables
frmdec.c File Reference

Megalux Frame demuxer. More...

#include "libavcodec/raw.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"

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

Megalux Frame demuxer.

Definition in file frmdec.c.

Function Documentation

static int frm_read_header ( AVFormatContext avctx)
static

Definition at line 53 of file frmdec.c.

static int frm_read_packet ( AVFormatContext avctx,
AVPacket pkt 
)
static

Definition at line 74 of file frmdec.c.

static int frm_read_probe ( AVProbeData p)
static

Definition at line 44 of file frmdec.c.

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,
}

Definition at line 103 of file frmdec.c.

const PixelFormatTag frm_pix_fmt_tags[]
static
Initial value:

Definition at line 31 of file frmdec.c.