[Ffmpeg-cvslog] r6226 - trunk/libavcodec/opt.c

gpoirier subversion
Sun Sep 10 22:46:20 CEST 2006


Author: gpoirier
Date: Sun Sep 10 22:46:20 2006
New Revision: 6226

Modified:
   trunk/libavcodec/opt.c

Log:
adds doxygen docs to av_opt_set_defaults. Patch by Takis


Modified: trunk/libavcodec/opt.c
==============================================================================
--- trunk/libavcodec/opt.c	(original)
+++ trunk/libavcodec/opt.c	Sun Sep 10 22:46:20 2006
@@ -300,6 +300,12 @@
     return 0;
 }
 
+/** Set the values of the AVCodecContext or AVFormatContext structure.
+ * They are set to the defaults specified in the according AVOption options
+ * array default_val field.
+ *
+ * @param s AVCodecContext or AVFormatContext for which the defaults will be set
+ */
 void av_opt_set_defaults(void *s)
 {
     AVOption *opt = NULL;




More information about the ffmpeg-cvslog mailing list