[MPlayer-users] no on-the-fly resolution switching?

陆然 hephooey at gmail.com
Tue Sep 20 06:31:09 CEST 2005


Hi,

On Monday 19 September 2005 21:09, Louis-David Mitterrand wrote:
> Thanks for your suggestion but, for the record, that doesn't change
> anything.

I don't know if it is relevent, but I think mplayer now cannot properly handle 
the resolution change. the problem is, when the codec detect a resolution 
change, and call the mpcodecs_config_vo to reconfig the vo, the mp_image 
should be reinitialized, but in vf.c, vf_get_image, a mp_image will only be 
created when there is no old mp_image availible. So when there is a 
resolution change, mplayer will use the old mp_image(old resolution) to store 
the data, this will completely mess up the video.

-- 
Best Regards,
LR




More information about the MPlayer-users mailing list