FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | StreamParams |
struct | LAFContext |
Macros | |
#define | MAX_STREAMS 4096 |
Functions | |
static int | laf_probe (const AVProbeData *p) |
static int | laf_read_header (AVFormatContext *ctx) |
static int | laf_read_packet (AVFormatContext *ctx, AVPacket *pkt) |
static int | laf_read_close (AVFormatContext *ctx) |
static int | laf_read_seek (AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags) |
Variables | |
const AVInputFormat | ff_laf_demuxer |
|
static |
|
static |
|
static |
|
static |
|
static |
const AVInputFormat ff_laf_demuxer |