mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
add ac-3 fourcc from mp4 file
fixes incoming/AC3inMP4.mp4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28132 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
04d6241380
commit
ad69a8fb0c
@ -3473,6 +3473,7 @@ audiocodec a52
|
||||
info "AC3-liba52"
|
||||
status working
|
||||
format 0x2000
|
||||
; format 0x332D6361 ; ac-3 in mp4 -- not working
|
||||
fourcc dnet
|
||||
driver liba52
|
||||
dll "liba52"
|
||||
@ -3481,6 +3482,7 @@ audiocodec ffac3
|
||||
info "FFmpeg AC-3"
|
||||
status working
|
||||
format 0x2000
|
||||
format 0x332D6361 ; ac-3 in mp4
|
||||
fourcc dnet
|
||||
driver ffmpeg
|
||||
dll ac3
|
||||
@ -3623,6 +3625,7 @@ audiocodec hwac3
|
||||
info "AC3 through S/PDIF"
|
||||
status working
|
||||
format 0x2000
|
||||
format 0x332D6361 ; ac-3 in mp4
|
||||
fourcc dnet
|
||||
driver hwac3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user