Changeset 0a90b9b0ce696148940522698703ad0ed73ea7f5
- Timestamp:
- 10/19/07 04:32:16
(9 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1192761136 +0000
- git-parent:
[68601b10a17cbbc51adf82074b679e751ff58b83]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1192761136 +0000
- Message:
Add NellyMoser? with FourCC NELL.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r68601b1 |
r0a90b9b |
|
| 81 | 81 | * H.264 PAFF support |
|---|
| 82 | 82 | * DNxHD / VC-3 support |
|---|
| | 83 | * NellyMoser ASAO support |
|---|
| 83 | 84 | |
|---|
| 84 | 85 | Encoders: |
|---|
| r8723242 |
r0a90b9b |
|
| 1433 | 1433 | { VLC_FOURCC(0x22,0x0,0x0,0x0), CODEC_ID_TRUESPEECH, |
|---|
| 1434 | 1434 | AUDIO_ES, "TrueSpeech" }, |
|---|
| | 1435 | #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(46<<8)+0) |
|---|
| | 1436 | { VLC_FOURCC('N','E','L','L'), CODEC_ID_NELLYMOSER, |
|---|
| | 1437 | AUDIO_ES, "NellyMoser ASAO" }, |
|---|
| | 1438 | #endif |
|---|
| 1435 | 1439 | |
|---|
| 1436 | 1440 | /* PCM */ |
|---|