diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-13 18:26:11 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-05-13 18:26:11 +0000 |
commit | aeaa9630e5cf1c7f1f2c0e964fdd487015cc2bf3 (patch) | |
tree | ca4772632e70e61f65f0a1325aa8a4192bf96c6b /libavfilter | |
parent | 622e6ce53a8dd92ff61e64b4421a9d980675b607 (diff) | |
download | ffmpeg-aeaa9630e5cf1c7f1f2c0e964fdd487015cc2bf3.tar.gz |
Remove the name of the file from the @file doxy, it is unnecessary and
inconsistent with the other files.
Originally committed as revision 23122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index 2097477886..13f1ed419f 100644 --- a/libavfilter/vf_pad.c +++ b/libavfilter/vf_pad.c @@ -20,7 +20,7 @@ */ /** - * @file libavfilter/vf_pad.c + * @file * video padding filter */ |