# HG changeset patch # User reimar # Date 1275598897 0 # Node ID 5c77adfd862eb915bf430d4206773f06cc9e85d1 # Parent cc6ee3017097a1e0080e461690f743b911ae2f28 Try always enabling correct pts again for lavf demuxer, since the know issue with PAFF seems solved to me, and disabled correct-pts causes flickering with -ass (which of course should be fixed as well though). diff -r cc6ee3017097 -r 5c77adfd862e libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Thu Jun 03 20:59:40 2010 +0000 +++ b/libmpdemux/demux_lavf.c Thu Jun 03 21:01:37 2010 +0000 @@ -672,10 +672,6 @@ switch (cmd) { case DEMUXER_CTRL_CORRECT_PTS: - if (!strcmp("matroska", priv->avif->name) || - !strcmp("mpeg", priv->avif->name) || - !strcmp("mpegts", priv->avif->name)) - return DEMUXER_CTRL_NOTIMPL; return DEMUXER_CTRL_OK; case DEMUXER_CTRL_GET_TIME_LENGTH: if (priv->avfc->duration == 0 || priv->avfc->duration == AV_NOPTS_VALUE)