diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-18 20:37:17 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-18 20:37:17 +0000 |
commit | cef4b74bf209fdc2e78385c44dfbec4dbdb281b4 (patch) | |
tree | 88c03280d9d8e8457cf59ee4c9ae708dc9b5edfd /libavfilter | |
parent | 4b6bfbe2b70ea87831fa9a42a2ac112ee8a386d2 (diff) | |
download | ffmpeg-cef4b74bf209fdc2e78385c44dfbec4dbdb281b4.tar.gz |
Remove redundant information in header.
Originally committed as revision 25763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_aspect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c index 270bb2b1ae..838ffdb0a9 100644 --- a/libavfilter/vf_aspect.c +++ b/libavfilter/vf_aspect.c @@ -1,5 +1,4 @@ /* - * Aspect ratio modification video filter * Copyright (c) 2010 Bobby Bingham * This file is part of FFmpeg. @@ -21,7 +20,7 @@ /** * @file - * aspect ratio modification video filter + * aspect ratio modification video filters */ #include "avfilter.h" |