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

Diego Biurrun diego at biurrun.de
Wed Jun 9 17:20:20 CEST 2010


On Thu, Jun 03, 2010 at 10:04:27PM +0200, Reimar Döffinger wrote:
> On Wed, Jun 02, 2010 at 06:41:54PM +0000, Carl Eugen Hoyos wrote:
> > Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > 
> > > Index: libmpdemux/demux_lavf.c
> > > ===================================================================
> > > --- libmpdemux/demux_lavf.c     (revision 31303)
> > > +++ libmpdemux/demux_lavf.c     (working copy)
> > > @@ -672,8 +672,7 @@
> > > 
> > >      switch (cmd) {
> > >          case DEMUXER_CTRL_CORRECT_PTS:
> > > -            if (!strcmp("matroska", priv->avif->name) ||
> > > -                !strcmp("mpeg",     priv->avif->name) ||
> > > +            if (!strcmp("mpeg",     priv->avif->name) ||
> > >                  !strcmp("mpegts",   priv->avif->name))
> > >                  return DEMUXER_CTRL_NOTIMPL;
> > >             return DEMUXER_CTRL_OK;
> > > 
> > > Can someone provide one of those PAFF samples that this change would break?
> > > Since nobody else seems to work on investigating and fixing this properly I
> > > guess I'll have to at least have a look at it...
> > 
> > The original report containing a PAFF in mkv sample was here:
> > http://thread.gmane.org/gmane.comp.video.mplayer.user/60919/focus=61283
> > 
> > I uploaded the first 25MB of the sample into incoming/PAFF_mkv, please move into
> > samples/V-codecs/h264/PAFF.
> 
> Done, but could we please get samples on a different partition so I can copy
> directly to samples instead of going through home even when incoming is full?
> (No, moving is not possible, since then I am still not the owner and thus can't
> make it world-readable).

You can copy and delete.  A cron job fixes permissions once an hour, so
please just be a little bit patient.

Diego


More information about the MPlayer-cvslog mailing list