]> git.sesse.net Git - vlc/commitdiff
Comment typo
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 14 Dec 2009 18:44:15 +0000 (20:44 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 14 Dec 2009 18:44:15 +0000 (20:44 +0200)
modules/codec/a52.c

index 23803b8c03a36cd092637e25cbae9f5ab2857b72..adc36e29774a5c1f560086d444e6fff399b9a535 100644 (file)
@@ -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 );