Changeset 96c04ef2573b6a9cb95acb09f5300e343b43b9fc
- Timestamp:
- 27/06/08 16:09:39
(4 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214575779 +0200
- git-parent:
[6f5ee98782b887d86e40e04b9b88ed0b38ba117e]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1214575438 +0200
- Message:
Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf7d5f3e |
r96c04ef |
|
| 774 | 774 | #endif |
|---|
| 775 | 775 | |
|---|
| | 776 | #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(55<<8)+0) |
|---|
| | 777 | { VLC_FOURCC('d','r','a','c'), CODEC_ID_DIRAC, |
|---|
| | 778 | VIDEO_ES, "Dirac" }, |
|---|
| | 779 | #endif |
|---|
| | 780 | |
|---|
| 776 | 781 | /* |
|---|
| 777 | 782 | * Audio Codecs |
|---|