From: Gert V. <ger...@wx...> - 2001-11-05 18:00:17
|
Michel LESPINASSE wrote: > > On Fri, Nov 02, 2001 at 07:42:25PM +0100, Gert Vervoort wrote: > > With the following path libmpeg2 is able to decode HDTV streams. > > > - if ((width > 768) || (height > 576)) > > - return 1; /* size restrictions for MP@ML or MPEG1 */ > > - > > Hmmm. Right, we dont need much to be able to decode MP@HL instead of > just MP@ML. I'm about to commit a patch to CVS for this. > > I'm not totally removing the size restrictions though, because we > still dont support arbitrary size - for pictures higher than 2800 > lines, we would need some special support that we dont have right now. > Are there any resolutions possible in MPEG-2 higher then 1920x1152? If I look into the table with the definitions of the profiles and levels, this is the highest resolution mentioned. Gert |