Changeset f530aa7a74b10fe6155d8ef371f12098915bfaf4
- Timestamp:
- 10/21/06 14:35:13
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161434113 +0000
- git-parent:
[0aa9a402c5e360de1ab156f4cd73de0273a3b2b0]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161434113 +0000
- Message:
Fix [17200]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r020e026 |
rf530aa7 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | |
|---|
| | 28 | #include <vlc/vlc.h> |
|---|
| | 29 | |
|---|
| 27 | 30 | #include <stdio.h> |
|---|
| 28 | 31 | #include <stdlib.h> /* calloc(), malloc(), free() */ |
|---|
| 29 | 32 | #include <string.h> |
|---|
| 30 | | |
|---|
| 31 | | #include <vlc/vlc.h> |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | #include "audio_output.h" |
|---|