You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Change abort() calls to av_abort() calls.
Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -66,7 +66,7 @@ static void h_resample_fast(UINT8 *dst, int dst_width, UINT8 *src, int src_width | ||||
|         /* test */ | ||||
|         if ((src_pos >> POS_FRAC_BITS) < 0 || | ||||
|             (src_pos >> POS_FRAC_BITS) > (src_width - NB_TAPS)) | ||||
|             abort(); | ||||
|             av_abort(); | ||||
| #endif | ||||
|         s = src + (src_pos >> POS_FRAC_BITS); | ||||
|         phase = get_phase(src_pos); | ||||
|   | ||||
| @@ -454,7 +454,7 @@ static void compute_scale_factors(unsigned char scale_code[SBLIMIT], | ||||
|             sf[1] = sf[2] = sf[0]; | ||||
|             break; | ||||
|         default: | ||||
|             abort(); | ||||
|             av_abort(); | ||||
|         } | ||||
|          | ||||
| #if 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user