diff opt.h @ 2876:8026edf6a349 libavcodec

avoid stdio.h
author michael
date Sun, 11 Sep 2005 23:19:57 +0000
parents b6def74f5811
children ef2149182f1c
line wrap: on
line diff
--- a/opt.h	Sun Sep 11 14:39:33 2005 +0000
+++ b/opt.h	Sun Sep 11 23:19:57 2005 +0000
@@ -56,6 +56,6 @@
 int64_t av_get_int(void *obj, const char *name, AVOption **o_out);
 const char *av_get_string(void *obj, const char *name, AVOption **o_out, char *buf, int buf_len);
 AVOption *av_next_option(void *obj, AVOption *last);
-int av_opt_show(void *obj, FILE *f);
+int av_opt_show(void *obj, void *av_log_obj);
 
 #endif