Changeset 95466d5ef9b48a2ea50d9aa246dee2023f3d12ff
- Timestamp:
- 10/23/07 01:39:55
(9 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1193096395 +0000
- git-parent:
[9df6f20907913b9f2d2bfc9c0578597083d24456]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1193096395 +0000
- Message:
MXF support since ffmpeg has a demuxer. Fix #152
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r702edfe |
r95466d5 |
|
| 65 | 65 | * v4l2 access module support |
|---|
| 66 | 66 | * CD+G karaoke Files support |
|---|
| | 67 | * MXF files support |
|---|
| 67 | 68 | |
|---|
| 68 | 69 | Decoders: |
|---|
| r7d4018a |
r95466d5 |
|
| 146 | 146 | !insertmacro ${_action} ".mpeg4" |
|---|
| 147 | 147 | !insertmacro ${_action} ".mpg" |
|---|
| | 148 | !insertmacro ${_action} ".mxf" |
|---|
| 148 | 149 | !insertmacro ${_action} ".ps" |
|---|
| 149 | 150 | !insertmacro ${_action} ".ts" |
|---|