You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	fix compilation when DEBUG_SEEK is defined
Originally committed as revision 18099 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -190,7 +190,7 @@ static int64_t get_dts(AVFormatContext *s, int64_t pos) | ||||
|     url_fskip(pb, 4); | ||||
|     dts = get_be64(pb); | ||||
| #ifdef DEBUG_SEEK | ||||
|     av_log(s, AV_LOG_DEBUG, "pts=%0.6f\n", pts / 1000000.0); | ||||
|     av_log(s, AV_LOG_DEBUG, "dts=%0.6f\n", dts / 1000000.0); | ||||
| #endif | ||||
|     return dts; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user