git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6cb35b4
)
VC1: fix missing include h263.h
author
Måns Rullgård
<mans@mansr.com>
Sun, 21 Feb 2010 02:46:44 +0000
(
02:46
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Sun, 21 Feb 2010 02:46:44 +0000
(
02:46
+0000)
Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/vc1dec.c
b/libavcodec/vc1dec.c
index
d2a50a3
..
611b845
100644
(file)
--- a/
libavcodec/vc1dec.c
+++ b/
libavcodec/vc1dec.c
@@
-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"