summaryrefslogtreecommitdiff
path: root/libavfilter/vf_removelogo.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-04 18:50:11 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-04 18:50:59 +0200
commit3c1d52d30b5c5001532840722f36bf7fa34a5b6b (patch)
tree196e3dac377590a57c352171283358f2f6e6f21c /libavfilter/vf_removelogo.c
parent49df97b282d64a52db5dd628c44ba845d2acf9ae (diff)
downloadffmpeg-3c1d52d30b5c5001532840722f36bf7fa34a5b6b.tar.gz
Fix a few @file doxy inconsistencies.
Diffstat (limited to 'libavfilter/vf_removelogo.c')
-rw-r--r--libavfilter/vf_removelogo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c
index 14cac02e78..b1a6fc7e23 100644
--- a/libavfilter/vf_removelogo.c
+++ b/libavfilter/vf_removelogo.c
@@ -20,7 +20,8 @@
*/
/**
- * @file advanced blur-based logo removing filter
+ * @file
+ * Advanced blur-based logo removing filter
*
* This filter loads an image mask file showing where a logo is and
* uses a blur transform to remove the logo.