mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 18:45:25 +00:00
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29973 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9c846b3df6
commit
cb8ae3fe63
@ -162,6 +162,7 @@ videocodec ffmpeg2
|
||||
fourcc m2v1
|
||||
fourcc PIM2
|
||||
fourcc LMP2 ; Lead mpeg2 in avi
|
||||
fourcc slif ; SoftLab MPEG-2 I-frames Codec
|
||||
driver ffmpeg
|
||||
dll "mpeg2video"
|
||||
out YV12,I420,IYUV
|
||||
@ -200,6 +201,7 @@ videocodec ffmpeg12
|
||||
fourcc mp2v,mpgv
|
||||
fourcc m2v1,m1v1
|
||||
fourcc LMP2 ; Lead mpeg2 in avi
|
||||
fourcc slif ; SoftLab MPEG-2 I-frames Codec
|
||||
driver ffmpeg
|
||||
dll "mpegvideo"
|
||||
out YV12,I420,IYUV
|
||||
|
Loading…
Reference in New Issue
Block a user