[MPlayer-cvslog] r30100 - trunk/libmpdemux/demux_lavf.c

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Dec 28 11:11:10 CET 2009


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > +        case DEMUXER_CTRL_CORRECT_PTS:
> > +           if (!strcmp("mov,mp4,m4a,3gp,3g2,mj2", priv->avif->name))
> > +               return DEMUXER_CTRL_OK;
> > +           else
> > +               return DEMUXER_CTRL_NOTIMPL;
> 
> I'm not sure this is a good idea, there were similar issues with flv
> IIRC.

Please point me to a sample, the only problematic one I know of needs
nocorrect-pts (issue 1040).

> If the only think you could find an issue with is mkv files, IMO only
> disable correct-pts only for mkv (though in that case I have to wonder
> if there isn't something wrong with the mkv demuxer).
> But I have some doubts this really depends on the container format...

So you can point me to a (non-mov) PAFF sample that works with correct-pts in
current svn?

Carl Eugen




More information about the MPlayer-cvslog mailing list