]> git.sesse.net Git - vlc/commit
Workaround buggy flv files (#2590).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 18 Jun 2009 23:02:04 +0000 (01:02 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 18 Jun 2009 23:08:25 +0000 (01:08 +0200)
commitd1bf1bcfba6af6ac76250d7953afc1e1b894b5f7
treef43c073f525061c47e26ba15c4abd85c76baee29
parentae5abca4dc35db81aad5b7617f5f41b6e970f6d9
Workaround buggy flv files (#2590).

 It seems that (a lot of?) flv files does not correctly set PTS,
so ignore them, with luck the decoder (avcodec) will recreate
them.
 It might break some valid files, so report any regression.

(It needs the AVCodecContext::ticks_per_frame change).
modules/demux/avformat/demux.c