Commit e2a37bc1 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

typo in commit [53195e9f]

parent 3dc6aa51
...@@ -1125,7 +1125,7 @@ void EvaluateRPN( intf_thread_t *p_intf, mvar_t *vars, ...@@ -1125,7 +1125,7 @@ void EvaluateRPN( intf_thread_t *p_intf, mvar_t *vars,
vout_thread_t *p_vout = input_GetVout( p_sys->p_input ); vout_thread_t *p_vout = input_GetVout( p_sys->p_input );
if( p_vout ) if( p_vout )
{ {
vout_TriggerCallback( p_vout, "video-snapshot" ); var_TriggerCallback( p_vout, "video-snapshot" );
vlc_object_release( p_vout ); vlc_object_release( p_vout );
msg_Dbg( p_intf, "requested snapshot" ); msg_Dbg( p_intf, "requested snapshot" );
} }
......
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