|
FFmpeg
|
#include <limits.h>#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "avformat.h"#include "demux.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | MVRContext |
Macros | |
| #define | MVR_HEADER_SIZE 512 |
| #define | MVR_ENTRY_SIZE 8 |
| #define | MVR_CHUNK_HEADER 16 |
Functions | |
| static int | mvr_probe (const AVProbeData *p) |
| static int | mvr_read_header (AVFormatContext *s) |
| static int | mvr_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| const FFInputFormat | ff_mvr_demuxer |
|
static |
|
static |
|
static |
| const FFInputFormat ff_mvr_demuxer |
1.8.17