From fa1ab872005961c02da7b08600f7f6a9ab127765 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Apr 2007 15:46:43 +0000 Subject: [PATCH] Fix copy and paste error in comment. Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index f119fa6e8..8534a18f6 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) { -- 2.11.0