Browse code

Remove redundant information in header.

Originally committed as revision 25763 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/11/19 05:37:17
Showing 1 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 /*
2
- * Aspect ratio modification video filter
3 2
  * Copyright (c) 2010 Bobby Bingham
4 3
 
5 4
  * This file is part of FFmpeg.
... ...
@@ -21,7 +20,7 @@
21 21
 
22 22
 /**
23 23
  * @file
24
- * aspect ratio modification video filter
24
+ * aspect ratio modification video filters
25 25
  */
26 26
 
27 27
 #include "avfilter.h"