#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "avio.h"
Go to the source code of this file.
Initial value:= {
.name = "smush",
}
static int smush_read_packet(AVFormatContext *ctx, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int smush_read_header(AVFormatContext *ctx)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int smush_read_probe(AVProbeData *p)
Definition at line 231 of file smush.c.