1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02: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:
rtognimp 2004-05-08 18:00:11 +00:00
parent c1f6ffe35d
commit 8b4237a3ec

View File

@ -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