summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-09-11 14:39:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-09-11 14:39:33 +0000
commitc44a131dc70620b443fd4cf10bd1aa26c59ebcbe (patch)
tree4ae4e516cca1bfd25af44c260ebd2f3455f2a208 /libavcodec
parent233f6f889ea310c2213f1f678b68e424791bf843 (diff)
missing include noticed by g0th
Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/opt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/opt.c b/libavcodec/opt.c
index fa9354a9ee..fc8f28462b 100644
--- 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){