summaryrefslogtreecommitdiff
path: root/avconv_opt.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-24 13:31:50 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-12 20:56:54 +0200
commitc1ef30a6ba2cdc15147c4e80766e9bda629ffc1d (patch)
treedacd008cb6db7e5d2794770f2469acf6fd5dc4af /avconv_opt.c
parentd5c62122a7b26704bf867a1262df358623bf5edf (diff)
De-doxygenize some top-level files
Diffstat (limited to 'avconv_opt.c')
-rw-r--r--avconv_opt.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/avconv_opt.c b/avconv_opt.c
index fd3d5735fe..058d5a3779 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -275,7 +275,7 @@ static int opt_attach(void *optctx, const char *opt, const char *arg)
}
/**
- * Parse a metadata specifier in arg.
+ * Parse a metadata specifier passed as 'arg' parameter.
* @param type metadata type is written here -- g(lobal)/s(tream)/c(hapter)/p(rogram)
* @param index for type c/p, chapter/program index is written here
* @param stream_spec for type s, the stream specifier is written here
@@ -423,10 +423,8 @@ static AVCodec *choose_decoder(OptionsContext *o, AVFormatContext *s, AVStream *
return avcodec_find_decoder(st->codec->codec_id);
}
-/**
- * Add all the streams from the given input file to the global
- * list of input streams.
- */
+/* Add all the streams from the given input file to the global
+ * list of input streams. */
static void add_input_streams(OptionsContext *o, AVFormatContext *ic)
{
int i;