[Ffmpeg-devel] H264 segfault

Michael Niedermayer michaelni
Tue Jun 28 10:20:32 CEST 2005


Hi

On Friday 03 June 2005 10:16, Derk-Jan Hartman wrote:
> http://www-e.uni-magdeburg.de/drobek/test.mpg

fixed with latest cvs if
#define MAX_STREAM_DURATION  ((int)(AV_TIME_BASE * 1.0))
is changed to
#define MAX_STREAM_DURATION  ((int)(AV_TIME_BASE * 2.0))
in utils.c

[...]
-- 
Michael





More information about the ffmpeg-devel mailing list