FFmpeg
Classes | Variables
frmdec.c File Reference

Megalux Frame demuxer. More...

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

Classes

struct  FrmContext
 

Variables

AVInputFormat ff_frm_demuxer
 

Detailed Description

Megalux Frame demuxer.

Variable Documentation

§ ff_frm_demuxer

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,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: frmdec.c:41