Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-19 01:07:57 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-19 01:07:57 +0400
commit7fe82bd78a6c7570ee30fc9d5e48891964d0398b (patch)
tree6b111cfbc26891aa84d7305b06cd407a5b63d627 /libavfilter/vf_hflip.c
parent33d2e7b3952eaeb158d6a127dc48953b84637374 (diff)
Fix braino: @flip -> @file.
Originally committed as revision 24829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_hflip.c')
-rw-r--r--libavfilter/vf_hflip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_hflip.c b/libavfilter/vf_hflip.c
index 4bf661fb96..9514689e3f 100644
--- a/libavfilter/vf_hflip.c
+++ b/libavfilter/vf_hflip.c
@@ -20,7 +20,7 @@
*/
/**
- * @flip
+ * @file
* horizontal flip filter
*/