summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-10-23 08:57:54 +0000
committerAurelien Jacobs <aurel@gnuage.org>2006-10-23 08:57:54 +0000
commit7fbde3431a9e4ce5d14d608a615e45409fad6234 (patch)
treec44a351683ede2f0200d190797e613b803d68c33 /libavformat/nsvdec.c
parentec996a6303172042033142a71cfb019d1c67943d (diff)
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/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5d0aa18f04..f26a2d2d58 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -1,5 +1,5 @@
/*
- * NSV decoder.
+ * NSV demuxer
* Copyright (c) 2004 The FFmpeg Project.
*
* This file is part of FFmpeg.