diff opt.h @ 4628:b0016ed89048 libavcodec

make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions
author michael
date Wed, 07 Mar 2007 02:03:44 +0000
parents e10acab2322a
children 2faa1399dd68
line wrap: on
line diff
--- a/opt.h	Wed Mar 07 00:27:23 2007 +0000
+++ b/opt.h	Wed Mar 07 02:03:44 2007 +0000
@@ -68,6 +68,7 @@
 } AVOption;
 
 
+const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
 const AVOption *av_set_string(void *obj, const char *name, const char *val);
 const AVOption *av_set_double(void *obj, const char *name, double n);
 const AVOption *av_set_q(void *obj, const char *name, AVRational n);