Fixed problem with frame rate reduction when capturing from a source
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Mon, 2 Dec 2002 04:21:17 +0000 (04:21 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Mon, 2 Dec 2002 04:21:17 +0000 (04:21 +0000)
commitc11ef252e6ea1df9ed78944b129c313821ce219c
treeed75d1d23866ad610beb0da96520c22b5ba935b1
parent6638d424d41a61c4004d98f57f8cbbf9188965c9
Fixed problem with frame rate reduction when capturing from a source
whose PTS does not start at zero. New code will fix that if the PTS
is more than 100 seconds from zero. This may well not be the right
number, but it is a big improvement over the current state.

Originally committed as revision 1297 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c