You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	vorbis: vpxenc: Add missing include for av_rescale*
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
		
				
					committed by
					
						 Mans Rullgard
						Mans Rullgard
					
				
			
			
				
	
			
			
			
						parent
						
							a4ab70f92e
						
					
				
				
					commit
					954a653216
				
			| @@ -30,6 +30,7 @@ | ||||
| #include "avcodec.h" | ||||
| #include "bytestream.h" | ||||
| #include "vorbis.h" | ||||
| #include "libavutil/mathematics.h" | ||||
|  | ||||
| #undef NDEBUG | ||||
| #include <assert.h> | ||||
|   | ||||
| @@ -30,6 +30,7 @@ | ||||
|  | ||||
| #include "avcodec.h" | ||||
| #include "libavutil/base64.h" | ||||
| #include "libavutil/mathematics.h" | ||||
|  | ||||
| /** | ||||
|  * Portion of struct vpx_codec_cx_pkt from vpx_encoder.h. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user