From 66b4bf104a0b80fee9ab1234f74e6808897d17d0 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Wed, 16 Jul 2003 00:13:55 +0000 Subject: Handle videos with 10s still frames. CVS patchset: 5165 CVS date: 2003/07/16 00:13:55 --- src/demuxers/demux_asf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index 1c6ebd7ca..6ebe7d705 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_asf.c,v 1.123 2003/06/13 23:53:11 tmattern Exp $ + * $Id: demux_asf.c,v 1.124 2003/07/16 00:13:55 tmattern Exp $ * * demultiplexer for asf streams * @@ -56,7 +56,7 @@ #define DEFRAG_BUFSIZE 65536 -#define WRAP_THRESHOLD 5*90000 +#define WRAP_THRESHOLD 20*90000 #define PTS_AUDIO 0 #define PTS_VIDEO 1 -- cgit v1.2.3