Changeset 984723a78f8006b9fea6ba981036d91e2934bab1
- Timestamp:
- 03/13/08 07:56:42
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1205391402 -0700
- git-parent:
[7a214f493f6b064ba1e3ec53cb3e30b839c6b494]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1205391402 -0700
- Message:
Shut a warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcc10207 |
r984723a |
|
| 217 | 217 | aout_buffer_t * p_in_buf, aout_buffer_t * p_out_buf ) |
|---|
| 218 | 218 | { |
|---|
| | 219 | VLC_UNUSED( p_aout ); |
|---|
| | 220 | |
|---|
| 219 | 221 | aout_filter_sys_t *p_sys = p_filter->p_sys; |
|---|
| 220 | 222 | block_t *p_block; |
|---|