Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-10-23 12:57:54 +0400
committerAurelien Jacobs <aurel@gnuage.org>2006-10-23 12:57:54 +0400
commit7fbde3431a9e4ce5d14d608a615e45409fad6234 (patch)
treec44a351683ede2f0200d190797e613b803d68c33 /libavformat/mpeg.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/mpeg.c')
-rw-r--r--libavformat/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index ed0aae3830..3607083d16 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -1,5 +1,5 @@
/*
- * MPEG1/2 mux/demux
+ * MPEG1/2 muxer and demuxer
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.