diff opt.h @ 3702:7e7d8a3fe080 libavcodec

make AVOptions default value field work. Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value
author gpoirier
date Sun, 10 Sep 2006 20:21:40 +0000
parents c537a97eec66
children c8c591fe26f8
line wrap: on
line diff
--- a/opt.h	Sun Sep 10 18:16:19 2006 +0000
+++ b/opt.h	Sun Sep 10 20:21:40 2006 +0000
@@ -76,5 +76,6 @@
 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, void *av_log_obj);
+void av_opt_set_defaults(void *s);
 
 #endif