[MPlayer-cvslog] r31697 - in trunk: av_sub.c spudec.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jul 11 14:33:42 CEST 2010


On Sun, Jul 11, 2010 at 11:08:44AM +0000, Carl Eugen Hoyos wrote:
> reimar <subversion <at> mplayerhq.hu> writes:
> 
> > +    case 'p':
> > +        srcw = 1920; srch = 1080;
> > +        cid = CODEC_ID_HDMV_PGS_SUBTITLE; break;
> 
> Will this make trouble with 720p streams?
> Or with the low-resolution streams that are stored additionally for some titles
> (I believe we have such samples.)

The resolution for which the subtitles were designed for PGS is stored in
the subtitles.
I suspect that we lack an API to get that information from libavcodec currently
though.
I suspect they could be put into AVCodecContext but at least currently that is not done.


More information about the MPlayer-cvslog mailing list