- Timestamp:
- 18/07/08 00:18:16 (4 months ago)
- git-parent:
- Files:
-
- modules/video_filter/crop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/video_filter/crop.c
r3f35c51 rd926bc9 413 413 414 414 if( p_vout->p_sys->p_vout ) 415 vout_ Destroy( p_vout->p_sys->p_vout );415 vout_CloseAndRelease( p_vout->p_sys->p_vout ); 416 416 } 417 417 … … 457 457 { 458 458 DEL_CALLBACKS( p_vout->p_sys->p_vout, SendEvents ); 459 vout_ Destroy( p_vout->p_sys->p_vout );459 vout_CloseAndRelease( p_vout->p_sys->p_vout ); 460 460 } 461 461
