diff av_opts.c @ 30554:321e9ea69b9f

#include corresponding .h files in .c files. This ensures that function declarations in both files always match.
author diego
date Tue, 16 Feb 2010 15:03:03 +0000
parents e37323667348
children 203789464176
line wrap: on
line diff
--- a/av_opts.c	Tue Feb 16 14:52:59 2010 +0000
+++ b/av_opts.c	Tue Feb 16 15:03:03 2010 +0000
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "libavcodec/opt.h"
+#include "av_opts.h"
 
 int parse_avopts(void *v, char *str){
     char *start;