libavformat/smush.c File Reference

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

Go to the source code of this file.

Data Structures

struct  SMUSHContext

Functions

static int smush_read_probe (AVProbeData *p)
static int smush_read_header (AVFormatContext *ctx)
static int smush_read_packet (AVFormatContext *ctx, AVPacket *pkt)

Variables

AVInputFormat ff_smush_demuxer


Function Documentation

static int smush_read_header ( AVFormatContext ctx  )  [static]

Definition at line 43 of file smush.c.

static int smush_read_packet ( AVFormatContext ctx,
AVPacket pkt 
) [static]

Definition at line 176 of file smush.c.

static int smush_read_probe ( AVProbeData p  )  [static]

Definition at line 33 of file smush.c.


Variable Documentation

Initial value:

 {
    .name           = "smush",
    .long_name      = NULL_IF_CONFIG_SMALL("LucasArts Smush"),
    .priv_data_size = sizeof(SMUSHContext),
    .read_probe     = smush_read_probe,
    .read_header    = smush_read_header,
    .read_packet    = smush_read_packet,
}

Definition at line 231 of file smush.c.


Generated on Fri Oct 26 02:50:11 2012 for FFmpeg by  doxygen 1.5.8