Changeset 92c0f93056c7983294ace4fae18cd706aa5015cf
- Timestamp:
- 12/10/04 14:58:24
(4 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1097585904 +0000
- git-parent:
[fc4b15d52c076830edfe81abb8dd9833ca630c8b]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1097585904 +0000
- Message:
* modules/visualization/goom.c: increased buffer queue size (was too low for some audio streams).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2332146 |
r92c0f93 |
|
| 83 | 83 | * Local prototypes |
|---|
| 84 | 84 | *****************************************************************************/ |
|---|
| 85 | | #define MAX_BLOCKS 10 |
|---|
| | 85 | #define MAX_BLOCKS 100 |
|---|
| 86 | 86 | #define GOOM_DELAY 400000 |
|---|
| 87 | 87 | |
|---|