#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Defines | |
#define | LMLM4_I_FRAME 0x00 |
#define | LMLM4_P_FRAME 0x01 |
#define | LMLM4_B_FRAME 0x02 |
#define | LMLM4_INVALID 0x03 |
#define | LMLM4_MPEG1L2 0x04 |
#define | LMLM4_MAX_PACKET_SIZE 1024 * 1024 |
Functions | |
static int | lmlm4_probe (AVProbeData *pd) |
static int | lmlm4_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | lmlm4_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_lmlm4_demuxer |
#define LMLM4_B_FRAME 0x02 |
#define LMLM4_I_FRAME 0x00 |
#define LMLM4_INVALID 0x03 |
#define LMLM4_MAX_PACKET_SIZE 1024 * 1024 |
#define LMLM4_MPEG1L2 0x04 |
#define LMLM4_P_FRAME 0x01 |
static int lmlm4_probe | ( | AVProbeData * | pd | ) | [static] |
static int lmlm4_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int lmlm4_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Initial value:
{ "lmlm4", NULL_IF_CONFIG_SMALL("lmlm4 raw format"), 0, lmlm4_probe, lmlm4_read_header, lmlm4_read_packet, }