[MPlayer-dev-eng] [PATCH] further dvr-ms playback improvements

Nico Sabbi nicola_sabbi at fastwebnet.it
Thu Nov 2 23:04:33 CET 2006


John Donaghy wrote:

>>
>> maybe don't assign the frame size if the file is dvr-ms
>
>
> That does seem to work. The framesize seems right in my PAL, PAL HD
> and NTSC samples if I put this block into demux_open_asf:
>
>            if (asf->asf_is_dvr_ms) {
>                sh_video->bih->biWidth = 0;
>                sh_video->bih->biHeight = 0;
>            }
>
> If you think this looks ok I'll submit it as a patch.
>
> John


fine for me, because the video stream will always be mpeg2, so there's no
chance that the decoder can't set the proper coordinates.
I plan to commit it tomorrow



More information about the MPlayer-dev-eng mailing list