[FFmpeg-cvslog] r21932 - trunk/libavcodec/vc1dec.c
mru
subversion
Sun Feb 21 03:46:44 CET 2010
Author: mru
Date: Sun Feb 21 03:46:44 2010
New Revision: 21932
Log:
VC1: fix missing include h263.h
Modified:
trunk/libavcodec/vc1dec.c
Modified: trunk/libavcodec/vc1dec.c
==============================================================================
--- trunk/libavcodec/vc1dec.c Sun Feb 21 01:11:01 2010 (r21931)
+++ trunk/libavcodec/vc1dec.c Sun Feb 21 03:46:44 2010 (r21932)
@@ -29,6 +29,7 @@
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"
+#include "h263.h"
#include "vc1.h"
#include "vc1data.h"
#include "vc1acdata.h"
More information about the ffmpeg-cvslog
mailing list