Changeset a91a6abce1490715f570956c5d30bac7fa25de28
- Timestamp:
- 17/10/06 15:58:20
(2 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1161093500 +0000
- git-parent:
[3290fe117e606117c5562c2783da4e0963f576ed]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1161093500 +0000
- Message:
* Let the libmpeg2 module decode video with the mp2v fourcc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf485214 |
ra91a6ab |
|
| 117 | 117 | /* ATI Video */ |
|---|
| 118 | 118 | p_dec->fmt_in.i_codec != VLC_FOURCC('V','C','R','2') && |
|---|
| | 119 | p_dec->fmt_in.i_codec != VLC_FOURCC('m','p','2','v') && |
|---|
| 119 | 120 | p_dec->fmt_in.i_codec != VLC_FOURCC('m','p','g','2') && |
|---|
| 120 | 121 | p_dec->fmt_in.i_codec != VLC_FOURCC('h','d','v','2') ) |
|---|