Mercurial > libavformat.hg
diff allformats.c @ 1975:d9386bc44b82 libavformat
Fix copy and paste error in comment.
| author | diego |
|---|---|
| date | Sun, 01 Apr 2007 15:46:43 +0000 |
| parents | 51c5fe603dba |
| children | 1805da944f22 |
line wrap: on
line diff
--- a/allformats.c Sun Apr 01 14:28:48 2007 +0000 +++ b/allformats.c Sun Apr 01 15:46:43 2007 +0000 @@ -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) {
