diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-11-05 04:59:38 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-11-05 04:59:38 +0000 |
commit | 78629a746fcdfdd7bb04fbc644b56d0f5102b156 (patch) | |
tree | d73502c44ff22c90cbb52f39632f3d5f440f746a | |
parent | 08a4c4bfb9d9a2db3bf10dee9feb475143223fc2 (diff) | |
download | ffmpeg-78629a746fcdfdd7bb04fbc644b56d0f5102b156.tar.gz |
Update comment
Originally committed as revision 6897 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/fraps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index e7662fcca1..fd2b8505f2 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -27,7 +27,6 @@ * @author Roine Gustafsson <roine at users sf net> * @author Konstantin Shishkov * - * Only decodes version 0 and 1 files. * Codec algorithm for version 0 is taken from Transcode <www.transcoding.org> * * Version 2 files support by Konstantin Shishkov |