Go to the source code of this file.
◆ LMLM4_I_FRAME
#define LMLM4_I_FRAME 0x00 |
◆ LMLM4_P_FRAME
#define LMLM4_P_FRAME 0x01 |
◆ LMLM4_B_FRAME
#define LMLM4_B_FRAME 0x02 |
◆ LMLM4_INVALID
#define LMLM4_INVALID 0x03 |
◆ LMLM4_MPEG1L2
#define LMLM4_MPEG1L2 0x04 |
◆ LMLM4_MAX_PACKET_SIZE
#define LMLM4_MAX_PACKET_SIZE 1024 * 1024 |
◆ lmlm4_probe()
◆ lmlm4_read_header()
◆ lmlm4_read_packet()
◆ ff_lmlm4_demuxer
Initial value:= {
.name = "lmlm4",
}
static int lmlm4_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int lmlm4_probe(AVProbeData *pd)
static int lmlm4_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 124 of file lmlm4.c.