mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
ms\x00\x02, ms\x00\0x11 and sowt support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4cd4fd0745
commit
113551a378
@ -1209,12 +1209,14 @@ audiocodec imaadpcm
|
||||
status working
|
||||
format 0x11
|
||||
format 0x34616d69 ; "ima4" (MOV files)
|
||||
format 0x1100736d ; "ms\x00\x11" (MOV files)
|
||||
driver imaadpcm
|
||||
|
||||
audiocodec msadpcm
|
||||
info "MS ADPCM"
|
||||
status working
|
||||
format 0x2
|
||||
format 0x0200736d ; "ms\x00\x02" (MOV files)
|
||||
driver msadpcm
|
||||
|
||||
audiocodec dk4adpcm
|
||||
@ -1258,6 +1260,7 @@ audiocodec pcm
|
||||
format 0x1
|
||||
format 0x20776172 ; "raw " (MOV files)
|
||||
format 0x736f7774 ; "twos" (MOV files)
|
||||
format 0x74776f73 ; "sowt" (MOV files)
|
||||
;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3)
|
||||
; format 0x6
|
||||
; format 0x7
|
||||
|
Loading…
Reference in New Issue
Block a user