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).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31313 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-06-03 21:01:37 +00:00
parent 82aabb77d3
commit 637edc7a27
1 changed files with 0 additions and 4 deletions

View File

@ -672,10 +672,6 @@ static int demux_lavf_control(demuxer_t *demuxer, int cmd, void *arg)
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)