git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081302d
)
Add missing include (OpenDemux uses the CloseDemux function, so the
author
Antoine Cellerier
<dionoea@videolan.org>
Tue, 10 Jun 2008 10:32:08 +0000
(12:32 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Tue, 10 Jun 2008 10:37:16 +0000
(12:37 +0200)
compiler needs the prototype).
modules/demux/avformat/demux.c
patch
|
blob
|
history
diff --git
a/modules/demux/avformat/demux.c
b/modules/demux/avformat/demux.c
index
d60e2d8
..
8222aa1
100644
(file)
--- a/
modules/demux/avformat/demux.c
+++ b/
modules/demux/avformat/demux.c
@@
-44,6
+44,7
@@
#include "../../codec/avcodec/fourcc.h"
#include "../../codec/avcodec/chroma.h"
+#include "avformat.h"
//#define AVFORMAT_DEBUG 1