Changeset 5b63839284565821b5aff349378eddbb9d7f1ee0 for modules/access/dshow
- Timestamp:
- 06/09/08 15:42:27 (3 months ago)
- git-parent:
- Files:
-
- modules/access/dshow/dshow.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/access/dshow/dshow.cpp
r857535c r5b63839 441 441 442 442 vlc_mutex_init( &p_sys->lock ); 443 vlc_cond_init( p_this,&p_sys->wait );443 vlc_cond_init( &p_sys->wait ); 444 444 445 445 /* Build directshow graph */
