Commit 7a826ae2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

audio_output: Typo.

parent 79b485f9
...@@ -68,7 +68,7 @@ aout_instance_t * __aout_New( vlc_object_t * p_parent ) ...@@ -68,7 +68,7 @@ aout_instance_t * __aout_New( vlc_object_t * p_parent )
val.b_bool = true; val.b_bool = true;
var_Set( p_aout, "intf-change", val ); var_Set( p_aout, "intf-change", val );
vlc_object_set_destructor( p_parent, aout_Destructor ); vlc_object_set_destructor( p_aout, aout_Destructor );
return p_aout; return p_aout;
} }
......
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