mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
Add some codec specifications needed to play MTV files.
Fixes e.g. http://samples.mplayerhq.hu/mtv/Fun_Final.mtv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
721baa16f4
commit
c815e7b9d5
@ -2211,6 +2211,13 @@ videocodec rawrgb32
|
||||
format 0x52474220
|
||||
out RGB32
|
||||
|
||||
videocodec rawrgb32flip
|
||||
info "RAW RGB32 (flipped)"
|
||||
status working
|
||||
driver raw
|
||||
format 0x20424752 0x52474220
|
||||
out RGB32 flip
|
||||
|
||||
videocodec rawrgb24
|
||||
info "RAW RGB24"
|
||||
status working
|
||||
@ -2220,6 +2227,13 @@ videocodec rawrgb24
|
||||
format 0x52474218
|
||||
out RGB24
|
||||
|
||||
videocodec rawrgb24flip
|
||||
info "RAW RGB24 (flipped)"
|
||||
status working
|
||||
driver raw
|
||||
format 0x18424752 0x52474218
|
||||
out RGB24 flip
|
||||
|
||||
videocodec rawrgb16
|
||||
info "RAW RGB16"
|
||||
status working
|
||||
@ -2229,6 +2243,13 @@ videocodec rawrgb16
|
||||
format 0x52474210
|
||||
out RGB16
|
||||
|
||||
videocodec rawrgb16flip
|
||||
info "RAW RGB16 (flipped)"
|
||||
status working
|
||||
driver raw
|
||||
format 0x10424752 0x52474210
|
||||
out RGB16 flip
|
||||
|
||||
videocodec rawbgr32flip
|
||||
info "RAW BGR32"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user