mirror of https://github.com/mpv-player/mpv
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31222 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7bb3c3b681
commit
e43d1dd247
|
@ -1037,6 +1037,7 @@ videocodec ffodivxvdpau
|
|||
fourcc M4T3,DMK2,DIGI,INMC
|
||||
fourcc EPHV,SN40
|
||||
fourcc uldx,ULDX,VSPX
|
||||
fourcc SIPP ; Samsung SHR-6040
|
||||
driver ffmpeg
|
||||
dll mpeg4_vdpau
|
||||
out VDPAU_MPEG4
|
||||
|
@ -1090,6 +1091,7 @@ videocodec xvid
|
|||
fourcc EPHV,SN40
|
||||
fourcc uldx,ULDX,VSPX
|
||||
format 0x10000004 ; mpeg 4 es
|
||||
fourcc SIPP ; Samsung SHR-6040
|
||||
driver xvid
|
||||
out YV12
|
||||
out I420
|
||||
|
|
Loading…
Reference in New Issue