FFmpeg
|
mvi.c File Reference
Include dependency graph for mvi.c:
Go to the source code of this file.
Data Structures | |
struct | MviDemuxContext |
Macros | |
#define | MVI_FRAC_BITS 10 |
#define | MVI_AUDIO_STREAM_INDEX 0 |
#define | MVI_VIDEO_STREAM_INDEX 1 |
Typedefs | |
typedef struct MviDemuxContext | MviDemuxContext |
Functions | |
static int | read_header (AVFormatContext *s) |
static int | read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_mvi_demuxer |
Macro Definition Documentation
#define MVI_AUDIO_STREAM_INDEX 0 |
Definition at line 28 of file mvi.c.
Referenced by read_packet().
#define MVI_FRAC_BITS 10 |
Definition at line 26 of file mvi.c.
Referenced by read_header(), and read_packet().
#define MVI_VIDEO_STREAM_INDEX 1 |
Definition at line 29 of file mvi.c.
Referenced by read_packet().
Typedef Documentation
typedef struct MviDemuxContext MviDemuxContext |
Function Documentation
|
static |
|
static |
Variable Documentation
AVInputFormat ff_mvi_demuxer |
Initial value:
= {
.name = "mvi",
.long_name = NULL_IF_CONFIG_SMALL("Motion Pixels MVI"),
.priv_data_size = sizeof(MviDemuxContext),
.extensions = "mvi",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct MviDemuxContext MviDemuxContext
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11