From c1ef30a6ba2cdc15147c4e80766e9bda629ffc1d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Aug 2012 13:31:50 +0200 Subject: De-doxygenize some top-level files --- avconv_filter.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'avconv_filter.c') 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) \ { \ -- cgit v1.2.3