[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.327,1.328

Michael Niedermayer CVS michael
Thu May 12 18:28:28 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv8436

Modified Files:
	ffmpeg.c 
Log Message:
10l (rescaling AV_NOPTS_VALUE)


Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- ffmpeg.c	30 Apr 2005 21:43:55 -0000	1.327
+++ ffmpeg.c	12 May 2005 16:28:24 -0000	1.328
@@ -1782,7 +1782,7 @@
 	is = input_files[ist->file_index];
         ist->pts = 0;
         ist->next_pts = av_rescale_q(ist->st->start_time, ist->st->time_base, AV_TIME_BASE_Q);
-        if(ist->next_pts == AV_NOPTS_VALUE) 
+        if(ist->st->start_time == AV_NOPTS_VALUE) 
             ist->next_pts=0;
         if(input_files_ts_offset[ist->file_index])
             ist->next_pts= AV_NOPTS_VALUE;





More information about the ffmpeg-cvslog mailing list