diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-18 21:07:57 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-18 21:07:57 +0000 |
commit | 7fe82bd78a6c7570ee30fc9d5e48891964d0398b (patch) | |
tree | 6b111cfbc26891aa84d7305b06cd407a5b63d627 /libavfilter/vf_hflip.c | |
parent | 33d2e7b3952eaeb158d6a127dc48953b84637374 (diff) | |
download | ffmpeg-7fe82bd78a6c7570ee30fc9d5e48891964d0398b.tar.gz |
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.c | 2 |
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 */ |