Changeset 64f49994dcfc55d6888ab534df285420eb61243a

Show
Ignore:
Timestamp:
16/08/07 19:21:22 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1187284882 +0000
git-parent:

[d64fe8964e1e2b461462948f1fb20de315d23cbf]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1187284882 +0000
Message:

Destroy snapshot-id from the right object...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/snapshot.c

    r57eba9e r64f4999  
    325325    int i_index; 
    326326 
     327    var_Destroy( p_vout->p_sys->p_input, "snapshot-id" ); 
     328 
    327329    vlc_object_release( p_vout->p_sys->p_input ); 
    328330    var_Destroy( p_this, "snapshot-width" ); 
     
    330332    var_Destroy( p_this, "snapshot-datasize" ); 
    331333 
    332     var_Destroy( p_this->p_libvlc_global, "snapshot-id" ); 
    333  
    334334    for( i_index = 0 ; i_index < p_vout->p_sys->i_size ; i_index++ ) 
    335335    {