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

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jun 2 20:41:54 CEST 2010


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.

Carl Eugen



More information about the MPlayer-cvslog mailing list