summaryrefslogtreecommitdiff
path: root/avconv_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'avconv_filter.c')
-rw-r--r--avconv_filter.c6
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) \
{ \