[vlc-commits] commit: Typo (Christophe Mutricy )
git at videolan.org
git at videolan.org
Fri Mar 26 19:58:53 CET 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Mar 26 18:56:33 2010 +0000| [63b1f199b66b56eb4cba262e301d1952e9a75685] | committer: Christophe Mutricy
Typo
Pointed-Out-By: Gaëtan Rousseaux
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63b1f199b66b56eb4cba262e301d1952e9a75685
---
modules/codec/avcodec/avcodec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c
index afd173e..7313a9b 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -87,7 +87,7 @@ static const char *const enc_hq_list_text[] = {
/*****************************************************************************
* Module descriptor
*****************************************************************************/
-#define MODULE_DESCRIPTION N_( "Various audio and video decoders/encoders" \
+#define MODULE_DESCRIPTION N_( "Various audio and video decoders/encoders " \
"delivered by the FFmpeg library. This includes (MS)MPEG4, DivX, SV1,"\
"H261, H263, H264, WMV, WMA, AAC, AMR, DV, MJPEG and other codecs")
More information about the vlc-commits
mailing list