FFmpeg
Classes | Macros | Typedefs | Variables
filmstripdec.c File Reference

Adobe Filmstrip demuxer. More...

#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avformat.h"
#include "internal.h"

Classes

struct  FilmstripDemuxContext
 

Macros

#define RAND_TAG   MKBETAG('R','a','n','d')
 

Typedefs

typedef struct FilmstripDemuxContext FilmstripDemuxContext
 

Variables

AVInputFormat ff_filmstrip_demuxer
 

Detailed Description

Adobe Filmstrip demuxer.

Variable Documentation

§ ff_filmstrip_demuxer

AVInputFormat ff_filmstrip_demuxer
Initial value:
= {
.name = "filmstrip",
.long_name = NULL_IF_CONFIG_SMALL("Adobe Filmstrip"),
.priv_data_size = sizeof(FilmstripDemuxContext),
.read_header = read_header,
.read_packet = read_packet,
.read_seek = read_seek,
.extensions = "flm",
}
Definition: filmstripdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186