Changeset 71803a74bd0981fc3d6e8051d86e76c8e412c454
- Timestamp:
- 09/14/07 18:40:34
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189788034 +0000
- git-parent:
[4bdc0bbd2620b92ddcbd8e6e53597c3d47b9d14c]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189788034 +0000
- Message:
typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7dd2f15 |
r71803a7 |
|
| 456 | 456 | block_t *p_buf; |
|---|
| 457 | 457 | |
|---|
| 458 | | if( Block_FifoCount( p_fifo ) <= 1 ) |
|---|
| | 458 | if( block_FifoCount( p_fifo ) <= 1 ) |
|---|
| 459 | 459 | { |
|---|
| 460 | 460 | if( p_mux->pp_inputs[i]->p_fmt->i_cat != SPU_ES ) |
|---|