Commit 17b3aee7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

visual: do not pretend to support FI32

parent 970d70ac
...@@ -178,8 +178,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -178,8 +178,7 @@ static int Open( vlc_object_t *p_this )
char *psz_effects, *psz_parser; char *psz_effects, *psz_parser;
video_format_t fmt; video_format_t fmt;
if( ( p_filter->fmt_in.audio.i_format != VLC_CODEC_FL32 && if( p_filter->fmt_in.audio.i_format != VLC_CODEC_FL32 )
p_filter->fmt_in.audio.i_format != VLC_CODEC_FI32 ) )
{ {
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
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