diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-10-23 00:13:02 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-10-23 00:13:02 +0000 |
commit | ec996a6303172042033142a71cfb019d1c67943d (patch) | |
tree | 672a9ef4e33ed7ae3218cefed94073e86558fc77 /libavformat | |
parent | 246f86a4d6cb456746fe64249cdd15e5da3bcfd7 (diff) | |
download | ffmpeg-ec996a6303172042033142a71cfb019d1c67943d.tar.gz |
fix flvdec.c file description comment
Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/flvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index ae89850eca..6717922168 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -1,5 +1,5 @@ /* - * FLV encoder. + * FLV decoder. * Copyright (c) 2003 The FFmpeg Project. * * This file is part of FFmpeg. |