Commit 141de283 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Comment typo

parent aa57e6ac
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment