mirror of https://github.com/mpv-player/mpv
Use SMC decoder from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11528 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
255e922fb6
commit
47584c1206
|
@ -147,6 +147,14 @@ videocodec qtrpza
|
|||
driver qtrpza
|
||||
out BGR32,BGR24,BGR15
|
||||
|
||||
videocodec ffsmc
|
||||
info "Apple Graphics (SMC) codec"
|
||||
status working
|
||||
format 0x20636d73 ; "smc "
|
||||
driver ffmpeg
|
||||
dll "smc"
|
||||
out BGR8
|
||||
|
||||
videocodec qtsmc
|
||||
info "Apple Graphics (SMC) codec"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue