Commit 83a6e5b0 authored by Antoine Cellerier's avatar Antoine Cellerier

Display snapshot file name on video when taking snapshot (and remove some tabs)

parent 90de252b
......@@ -574,6 +574,8 @@ int vout_Snapshot( vout_thread_t *p_vout, picture_t *p_pic )
}
msg_Dbg( p_vout, "snapshot taken (%s)", psz_filename );
vout_OSDMessage( VLC_OBJECT( p_vout ), DEFAULT_CHAN,
_("%s"), psz_filename );
free( psz_filename );
if( var_GetBool( p_vout, "snapshot-preview" ) )
......
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