Go to the source code of this file.
#define SER_MAGIC "LUCAM-RECORDER" |
Initial value:= {
}
offset must point to AVRational
Definition at line 123 of file serdec.c.
Initial value:= {
.class_name = "ser demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption ser_options[]
Definition at line 128 of file serdec.c.
Initial value:= {
.name = "ser",
.long_name =
NULL_IF_CONFIG_SMALL(
"SER (Simple uncompressed video format for astronomical capturing)"),
.extensions = "ser",
}
static int ser_probe(AVProbeData *pd)
static int ser_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass ser_demuxer_class
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
static int ser_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 135 of file serdec.c.