[MPlayer-dev-eng] [PATCH]Fix -demuxer mpegts -vc ffh264vdpau

Alexander Strange astrange at ithinksw.com
Sun Nov 15 21:14:40 CET 2009


On Nov 15, 2009, at 2:47 PM, compn wrote:

> On Sun, 15 Nov 2009 16:02:18 +0000 (UTC), Carl Eugen Hoyos wrote:
>> compn <tempn <at> twmi.rr.com> writes:
>> 
>>>> @@ -235,6 +235,8 @@
>>>>     return 0;
>>>>   }
>>>>   h264_parse_sps(&picture, &(videobuffer[pos]), videobuf_len - pos);
>>>> +   sh_video->disp_w=picture.display_picture_width;
>>>> +   sh_video->disp_h=picture.display_picture_height;
>>> 
>>> did you test this with samples that have res changes?
>> 
>> No, could you point me to such a sample?
> 
> oops, ignore previous mail. i dont know of any h264 res changing
> samples.
> 
> -compn

Take any two differently-sized .h264 from
http://samples.mplayerhq.hu/V-codecs/h264/
and cat them together.




More information about the MPlayer-dev-eng mailing list