Changeset 64f49994dcfc55d6888ab534df285420eb61243a
- 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
| r57eba9e |
r64f4999 |
|
| 325 | 325 | int i_index; |
|---|
| 326 | 326 | |
|---|
| | 327 | var_Destroy( p_vout->p_sys->p_input, "snapshot-id" ); |
|---|
| | 328 | |
|---|
| 327 | 329 | vlc_object_release( p_vout->p_sys->p_input ); |
|---|
| 328 | 330 | var_Destroy( p_this, "snapshot-width" ); |
|---|
| … | … | |
| 330 | 332 | var_Destroy( p_this, "snapshot-datasize" ); |
|---|
| 331 | 333 | |
|---|
| 332 | | var_Destroy( p_this->p_libvlc_global, "snapshot-id" ); |
|---|
| 333 | | |
|---|
| 334 | 334 | for( i_index = 0 ; i_index < p_vout->p_sys->i_size ; i_index++ ) |
|---|
| 335 | 335 | { |
|---|