comparison vc1.c @ 9011:90c99bda19f5 libavcodec

Approved hunks for VAAPI / our new shiny hwaccel API by Gwenole Beauchesne gbeauchesne splitted desktop com
author michael
date Mon, 23 Feb 2009 13:35:52 +0000
parents e03f0d4f9e3d
children b7c69cee2e92
comparison
equal deleted inserted replaced
9010:b6a47d0b6b63 9011:90c99bda19f5
23 /** 23 /**
24 * @file libavcodec/vc1.c 24 * @file libavcodec/vc1.c
25 * VC-1 and WMV3 decoder 25 * VC-1 and WMV3 decoder
26 * 26 *
27 */ 27 */
28 #include "internal.h"
28 #include "dsputil.h" 29 #include "dsputil.h"
29 #include "avcodec.h" 30 #include "avcodec.h"
30 #include "mpegvideo.h" 31 #include "mpegvideo.h"
31 #include "vc1.h" 32 #include "vc1.h"
32 #include "vc1data.h" 33 #include "vc1data.h"