diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-01 15:46:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-01 15:46:43 +0000 |
commit | fa1ab872005961c02da7b08600f7f6a9ab127765 (patch) | |
tree | d3e39b931e59f2bd4fbe336fa1cf8df6b0c7727b /libavformat/allformats.c | |
parent | efb0c399caa3be581a6c605cefd35f7560f3d740 (diff) | |
download | ffmpeg-fa1ab872005961c02da7b08600f7f6a9ab127765.tar.gz |
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.c | 2 |
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) { |