[vlc-devel] commit: Comment typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Dec 14 19:44:24 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Dec 14 20:44:15 2009 +0200| [141de283295737e6a0f5ea24856ad520beb74d7b] | committer: Rémi Denis-Courmont 

Comment typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=141de283295737e6a0f5ea24856ad520beb74d7b
---

 modules/codec/a52.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/a52.c b/modules/codec/a52.c
index 23803b8..adc36e2 100644
--- a/modules/codec/a52.c
+++ b/modules/codec/a52.c
@@ -159,7 +159,7 @@ static int OpenCommon( vlc_object_t *p_this, bool b_packetizer )
 
 static int OpenDecoder( vlc_object_t *p_this )
 {
-    /* HACK: Don't use this codec if we don't have an dts audio filter */
+    /* HACK: Don't use this codec if we don't have an a52 audio filter */
     if( !module_exists( "a52tofloat32" ) )
         return VLC_EGENERIC;
     return OpenCommon( p_this, false );




More information about the vlc-devel mailing list