| FFmpeg
    | 
Sierra VMD file demuxer by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD file format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "avio_internal.h"
Go to the source code of this file.
| Data Structures | |
| struct | vmd_frame | 
| struct | VmdDemuxContext | 
| Macros | |
| #define | VMD_HEADER_SIZE 0x0330 | 
| #define | BYTES_PER_FRAME_RECORD 16 | 
| Typedefs | |
| typedef struct VmdDemuxContext | VmdDemuxContext | 
| Functions | |
| static int | vmd_probe (AVProbeData *p) | 
| static int | vmd_read_header (AVFormatContext *s) | 
| static int | vmd_read_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | vmd_read_close (AVFormatContext *s) | 
| Variables | |
| AVInputFormat | ff_vmd_demuxer | 
Detailed Description
Sierra VMD file demuxer by Vladimir "VAG" Gneushev (vagsoft at mail.ru) for more information on the Sierra VMD file format, visit: http://www.pcisys.net/~melanson/codecs/.
Definition in file sierravmd.c.
Macro Definition Documentation
| #define BYTES_PER_FRAME_RECORD 16 | 
Definition at line 37 of file sierravmd.c.
Referenced by vmd_read_header(), and vmd_read_packet().
| #define VMD_HEADER_SIZE 0x0330 | 
Definition at line 36 of file sierravmd.c.
Referenced by vmd_probe(), and vmd_read_header().
Typedef Documentation
| typedef struct VmdDemuxContext VmdDemuxContext | 
Function Documentation
| 
 | static | 
Definition at line 65 of file sierravmd.c.
| 
 | static | 
Definition at line 284 of file sierravmd.c.
| 
 | static | 
Definition at line 83 of file sierravmd.c.
| 
 | static | 
Definition at line 241 of file sierravmd.c.
Variable Documentation
| AVInputFormat ff_vmd_demuxer | 
Definition at line 293 of file sierravmd.c.
Generated on Fri Oct 31 2025 06:56:23 for FFmpeg by
 1.8.11
 1.8.11