diff options
author | Michael Niedermayer | 2009-02-23 13:35:52 +0000 |
---|---|---|
committer | Michael Niedermayer | 2009-02-23 13:35:52 +0000 |
commit | c269cf68a0d1579f41e082288072e3f182ef2b5f (patch) | |
tree | e853fde01f405ae55d75f11c3dd422181f5ba0d9 /libavcodec/vc1.c | |
parent | 1d14361dec7d6fcfaf1ed579ae9a5e8f9d84abab (diff) |
Approved hunks for VAAPI / our new shiny hwaccel API
by Gwenole Beauchesne gbeauchesne splitted desktop com
Originally committed as revision 17539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index cda1f420cc..96139a8edd 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -25,6 +25,7 @@ * VC-1 and WMV3 decoder * */ +#include "internal.h" #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" |