diff options
Diffstat (limited to 'av_opts.c')
-rw-r--r-- | av_opts.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,8 +21,9 @@ #include <stdlib.h> #include <string.h> -#include "libavcodec/opt.h" + #include "av_opts.h" +#include "libavcodec/opt.h" int parse_avopts(void *v, char *str){ char *start; |