From a1689e2f19957c45b6f2b2fc0063b304826a8887 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 11 Sep 2005 23:19:57 +0000 Subject: avoid stdio.h Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/opt.h') diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 7b2fe47c66..c84db00fed 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -56,6 +56,6 @@ AVRational av_get_q(void *obj, const char *name, AVOption **o_out); 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 -- cgit v1.2.3