projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
233f6f8
)
missing include noticed by g0th
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 11 Sep 2005 14:39:33 +0000
(14:39 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 11 Sep 2005 14:39:33 +0000
(14:39 +0000)
Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/opt.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/opt.c
b/libavcodec/opt.c
index
fa9354a
..
fc8f284
100644
(file)
--- a/
libavcodec/opt.c
+++ b/
libavcodec/opt.c
@@
-24,6
+24,7
@@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
+#include <stdio.h> //for FILE *
#include "avcodec.h"
static double av_parse_num(const char *name, char **tail){