summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-01 15:46:43 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-01 15:46:43 +0000
commitfa1ab872005961c02da7b08600f7f6a9ab127765 (patch)
treed3e39b931e59f2bd4fbe336fa1cf8df6b0c7727b /libavformat/allformats.c
parentefb0c399caa3be581a6c605cefd35f7560f3d740 (diff)
Fix copy and paste error in comment.
Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index f119fa6e80..8534a18f69 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -31,7 +31,7 @@
formats you want to support */
/**
- * Initialize libavcodec and register all the codecs and formats.
+ * Initialize libavformat and register all the (de)muxers and protocols.
*/
void av_register_all(void)
{