mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
Use roqvideo and roqaudio decoders from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12445 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c1f6ffe35d
commit
8b4237a3ec
@ -184,6 +184,15 @@ videocodec ffmsrle
|
||||
dll "msrle"
|
||||
out BGR8
|
||||
|
||||
videocodec ffroqvideo
|
||||
info "Id RoQ File Video Decoder"
|
||||
status buggy
|
||||
comment "buggy"
|
||||
fourcc RoQV ; RoQV is an internal MPlayer FOURCC
|
||||
driver ffmpeg
|
||||
dll "roqvideo"
|
||||
out YV12
|
||||
|
||||
videocodec roqvideo
|
||||
info "Id RoQ File Video Decoder"
|
||||
status buggy
|
||||
@ -1923,6 +1932,13 @@ audiocodec dk3adpcm
|
||||
; registered with Microsoft
|
||||
driver dk3adpcm
|
||||
|
||||
audiocodec ffroqaudio
|
||||
info "Id RoQ File Audio Decoder"
|
||||
status working
|
||||
fourcc RoQA ; RoQA is an internal MPlayer FOURCC
|
||||
driver ffmpeg
|
||||
dll "roq_dpcm"
|
||||
|
||||
audiocodec roqaudio
|
||||
info "Id RoQ File Audio Decoder"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user