#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "intrax8.h"
Go to the source code of this file.
Data Structures | |
struct | Wmv2Context |
Defines | |
#define | SKIP_TYPE_NONE 0 |
#define | SKIP_TYPE_MPEG 1 |
#define | SKIP_TYPE_ROW 2 |
#define | SKIP_TYPE_COL 3 |
Functions | |
void | ff_wmv2_common_init (Wmv2Context *w) |
#define SKIP_TYPE_COL 3 |
#define SKIP_TYPE_MPEG 1 |
#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 |
void ff_wmv2_common_init | ( | Wmv2Context * | w | ) |