mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
add ffbmp decoder, cant figure out fourcc bit so use format for avi...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0d059c66a5
commit
85dc887036
@ -146,6 +146,15 @@ videocodec nuv
|
||||
driver nuv
|
||||
out I420,IYUV
|
||||
|
||||
videocodec ffbmp
|
||||
info "FFmpeg BMP decoder"
|
||||
status working
|
||||
fourcc "bmp " ; for BMP-encoded QuickTime files
|
||||
format 0x706D62 ; AVI
|
||||
driver ffmpeg
|
||||
dll bmp
|
||||
out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
|
||||
|
||||
videocodec ffgif
|
||||
info "FFmpeg GIF decoder"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user