FFmpeg
|
smush.c File Reference
Include dependency graph for smush.c:
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 |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_smush_demuxer |
Initial value:
= {
.name = "smush",
.long_name = NULL_IF_CONFIG_SMALL("LucasArts Smush"),
.priv_data_size = sizeof(SMUSHContext),
}
static int smush_read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: smush.c:178
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: smush.c:27
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11