From 73809c5bec9b80c236d11015e073c79bc4ed8d10 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Apr 2007 15:46:43 +0000 Subject: [PATCH] Fix copy and paste error in comment. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- 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.39.2