comparison av_opts.c @ 34545:d1f195e84b9e

opt.h is now in libavutil.
author reimar
date Sat, 28 Jan 2012 13:51:57 +0000
parents 54faee206150
children 8a3aa3aee319
comparison
equal deleted inserted replaced
34544:36ef1a75aa48 34545:d1f195e84b9e
21 21
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include <string.h> 23 #include <string.h>
24 24
25 #include "av_opts.h" 25 #include "av_opts.h"
26 #include "libavcodec/opt.h" 26 #include "libavutil/opt.h"
27 27
28 int parse_avopts(void *v, char *str){ 28 int parse_avopts(void *v, char *str){
29 char *start; 29 char *start;
30 30
31 if (!v) 31 if (!v)