Changeset 50ce52514c1bc2d4a38b3836fa80c47cfb48a2b5
- Timestamp:
- 24/04/08 23:49:15
(6 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1209073755 +0200
- git-parent:
[01b8538d9db1168440b970efc4e9f2d6c29bc721]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1209073701 +0200
- Message:
Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb529170 |
r50ce525 |
|
| 102 | 102 | vlc_module_begin(); |
|---|
| 103 | 103 | set_description( _("MPEG I/II hw video decoder (using libmpeg2)") ); |
|---|
| 104 | | set_capability( "decoder", 160 ); |
|---|
| | 104 | set_capability( "decoder", 140 ); |
|---|
| 105 | 105 | set_callbacks( OpenDecoder, CloseDecoder ); |
|---|
| 106 | 106 | add_shortcut( "xxmc" ); |
|---|