libavformat/filmstripdec.c File Reference

Adobe Filmstrip demuxer. More...

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

Go to the source code of this file.

Data Structures

struct  FilmstripDemuxContext

Defines

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

Functions

static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)
static int read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)

Variables

AVInputFormat ff_filmstrip_demuxer


Detailed Description

Adobe Filmstrip demuxer.

Definition in file filmstripdec.c.


Define Documentation

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

Definition at line 30 of file filmstripdec.c.

Referenced by read_header(), and write_trailer().


Function Documentation

static int read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 36 of file filmstripdec.c.

static int read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 77 of file filmstripdec.c.

static int read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
) [static]

Definition at line 94 of file filmstripdec.c.


Variable Documentation

Initial value:

 {
    "filmstrip",
    NULL_IF_CONFIG_SMALL("Adobe Filmstrip"),
    sizeof(FilmstripDemuxContext),
    NULL,
    read_header,
    read_packet,
    NULL,
    read_seek,
    .extensions = "flm",
}

Definition at line 101 of file filmstripdec.c.


Generated on Fri Oct 26 02:38:20 2012 for FFmpeg by  doxygen 1.5.8