diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-10-23 08:57:54 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-10-23 08:57:54 +0000 |
commit | 7fbde3431a9e4ce5d14d608a615e45409fad6234 (patch) | |
tree | c44a351683ede2f0200d190797e613b803d68c33 /libavformat/flvdec.c | |
parent | ec996a6303172042033142a71cfb019d1c67943d (diff) | |
download | ffmpeg-7fbde3431a9e4ce5d14d608a615e45409fad6234.tar.gz |
replace coder/decoder file description in libavformat by muxer/demuxer
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/flvdec.c')
-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 6717922168..a1c2aa4eb2 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -1,5 +1,5 @@ /* - * FLV decoder. + * FLV demuxer * Copyright (c) 2003 The FFmpeg Project. * * This file is part of FFmpeg. |