Go to the source code of this file.
◆ SER_MAGIC
| #define SER_MAGIC "LUCAM-RECORDER" |
◆ OFFSET
◆ DEC
◆ ser_probe()
◆ ser_read_header()
◆ ser_read_packet()
◆ ser_options
Initial value:= {
}
@ AV_OPT_TYPE_VIDEO_RATE
Underlying C type is AVRational.
Definition at line 124 of file serdec.c.
◆ ser_demuxer_class
Initial value:= {
.class_name = "ser demuxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption ser_options[]
Definition at line 129 of file serdec.c.
◆ ff_ser_demuxer
Initial value:= {
.p.name = "ser",
.p.long_name =
NULL_IF_CONFIG_SMALL(
"SER (Simple uncompressed video format for astronomical capturing)"),
.p.extensions = "ser",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int ser_probe(const AVProbeData *pd)
static const AVClass ser_demuxer_class
static int ser_read_packet(AVFormatContext *s, AVPacket *pkt)
static int ser_read_header(AVFormatContext *s)
Definition at line 136 of file serdec.c.