[MPlayer-dev-eng] [PATCH] dvdnav

Ötvös Attila oattila at chello.hu
Sat Feb 11 20:45:28 CET 2006


2006. február 9. 11.50 dátummal Diego Biurrun ezt írta:
> Now the vo config request messages only appear about 10 times.  gmplayer
> produces a black image, though, after a bit of flickering.

I modify libmpcodecs/vd_libmpeg2.c that fixed message:
VDec: vo config request - 720 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [x11] 720x480 => 720x540 Planar YV12

I modify dvdnav handler in mplayer.c that fixed message (set aspect):
VDec: vo config request - 720 x 480 (preferred colorspace: Unknown)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [x11] 720x480 => 854x480 Planar YV12 

I updated dvdnav patch:

http://dcxx.fw.hu/

I would like to ask you to test the patch if it works.

Best regards!
Attila





More information about the MPlayer-dev-eng mailing list