projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wmv2: move IDCT to its own DSP context.
[ffmpeg.git]
/
libavcodec
/
wmv2.h
diff --git
a/libavcodec/wmv2.h
b/libavcodec/wmv2.h
index
80f36cc
..
8207567
100644
(file)
--- a/
libavcodec/wmv2.h
+++ b/
libavcodec/wmv2.h
@@
-25,6
+25,7
@@
#include "dsputil.h"
#include "mpegvideo.h"
#include "intrax8.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "intrax8.h"
+#include "wmv2dsp.h"
#define SKIP_TYPE_NONE 0
#define SKIP_TYPE_MPEG 1
#define SKIP_TYPE_NONE 0
#define SKIP_TYPE_MPEG 1
@@
-35,6
+36,7
@@
typedef struct Wmv2Context{
MpegEncContext s;
IntraX8Context x8;
typedef struct Wmv2Context{
MpegEncContext s;
IntraX8Context x8;
+ WMV2DSPContext wdsp;
int j_type_bit;
int j_type;
int abt_flag;
int j_type_bit;
int j_type;
int abt_flag;