Commit 74fd4dd7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

shout.c: Fix a typo in previous commit. (thanks, funman).

parent 5d7f2974
...@@ -139,7 +139,7 @@ static int Open( vlc_object_t *p_this, int i_type ) ...@@ -139,7 +139,7 @@ static int Open( vlc_object_t *p_this, int i_type )
0, NULL, -1 ); 0, NULL, -1 );
break; break;
} }
vlc_gc_decref( p_sys->p_input ); /* Refcount to 1, so we can release it vlc_gc_incref( p_sys->p_input ); /* Refcount to 1, so we can release it
* in Close() */ * in Close() */
input_ItemAddOption( p_sys->p_input, "no-playlist-autostart" ); input_ItemAddOption( p_sys->p_input, "no-playlist-autostart" );
......
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