diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-24 13:31:50 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-12 20:56:54 +0200 |
commit | c1ef30a6ba2cdc15147c4e80766e9bda629ffc1d (patch) | |
tree | dacd008cb6db7e5d2794770f2469acf6fd5dc4af /avconv_filter.c | |
parent | d5c62122a7b26704bf867a1262df358623bf5edf (diff) | |
download | ffmpeg-c1ef30a6ba2cdc15147c4e80766e9bda629ffc1d.tar.gz |
De-doxygenize some top-level files
Diffstat (limited to 'avconv_filter.c')
-rw-r--r-- | avconv_filter.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/avconv_filter.c b/avconv_filter.c index aa158478f3..8f3f912582 100644 --- a/avconv_filter.c +++ b/avconv_filter.c @@ -29,10 +29,8 @@ #include "libavutil/pixfmt.h" #include "libavutil/samplefmt.h" -/** - * Define a function for building a string containing a list of - * allowed formats, - */ +/* Define a function for building a string containing a list of + * allowed formats. */ #define DEF_CHOOSE_FORMAT(type, var, supported_list, none, get_name, separator)\ static char *choose_ ## var ## s(OutputStream *ost) \ { \ |