changeset 3703:301d975b69e3 libavcodec

adds doxygen docs to av_opt_set_defaults. Patch by Takis
author gpoirier
date Sun, 10 Sep 2006 20:46:20 +0000
parents 7e7d8a3fe080
children 0ff52e136358
files opt.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/opt.c	Sun Sep 10 20:21:40 2006 +0000
+++ b/opt.c	Sun Sep 10 20:46:20 2006 +0000
@@ -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;