mirror of https://github.com/mpv-player/mpv
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4898 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b201cec82c
commit
2b5faf4530
|
@ -262,6 +262,7 @@ videocodec ffmpeg12
|
|||
format 0x10000001 ; mpeg 1
|
||||
format 0x10000002 ; mpeg 2
|
||||
fourcc mpg1,mpg2
|
||||
fourcc PIM1
|
||||
driver ffmpeg
|
||||
dll "mpegvideo"
|
||||
out YV12
|
||||
|
@ -665,7 +666,7 @@ videocodec mss1
|
|||
videocodec pim1
|
||||
info "PIM1"
|
||||
status buggy
|
||||
comment "no picture"
|
||||
comment "no picture. use ffmpeg12!"
|
||||
fourcc PIM1
|
||||
driver vfw
|
||||
dll "PCLEPIM1.DLL"
|
||||
|
|
Loading…
Reference in New Issue