summaryrefslogtreecommitdiff
path: root/ffmpeg_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg_filter.c')
-rw-r--r--ffmpeg_filter.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c
index eb09b778b6..436cdf27d2 100644
--- a/ffmpeg_filter.c
+++ b/ffmpeg_filter.c
@@ -129,10 +129,8 @@ static char *choose_pix_fmts(OutputStream *ost)
return NULL;
}
-/**
- * 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) \
{ \