summaryrefslogtreecommitdiff
path: root/libavformat/rm.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/rm.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/rm.c')
-rw-r--r--libavformat/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c
index 28b4a6dcd2..1676023671 100644
--- a/libavformat/rm.c
+++ b/libavformat/rm.c
@@ -1,5 +1,5 @@
/*
- * "Real" compatible mux and demux.
+ * "Real" compatible muxer and demuxer.
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.