FFmpeg
|
wmv2.h File Reference
Include dependency graph for wmv2.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | Wmv2Context |
Macros | |
#define | SKIP_TYPE_NONE 0 |
#define | SKIP_TYPE_MPEG 1 |
#define | SKIP_TYPE_ROW 2 |
#define | SKIP_TYPE_COL 3 |
Typedefs | |
typedef struct Wmv2Context | Wmv2Context |
Functions | |
void | ff_wmv2_common_init (Wmv2Context *w) |
Macro Definition Documentation
#define SKIP_TYPE_COL 3 |
Definition at line 32 of file wmv2.h.
Referenced by parse_mb_skip().
#define SKIP_TYPE_MPEG 1 |
Definition at line 30 of file wmv2.h.
Referenced by parse_mb_skip().
#define SKIP_TYPE_NONE 0 |
Definition at line 29 of file wmv2.h.
Referenced by ff_wmv2_encode_picture_header(), and parse_mb_skip().
#define SKIP_TYPE_ROW 2 |
Definition at line 31 of file wmv2.h.
Referenced by parse_mb_skip().
Typedef Documentation
typedef struct Wmv2Context Wmv2Context |
Function Documentation
void ff_wmv2_common_init | ( | Wmv2Context * | w | ) |
Definition at line 28 of file wmv2.c.
Referenced by wmv2_decode_init(), and wmv2_encode_init().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11