You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/qsvenc: add missing header include
Needed for ff_encode_add_cpb_side_data().
Fixes regression since 0231df505d.
Signed-off-by: James Almer <jamrial@gmail.com>
			
			
This commit is contained in:
		| @@ -35,6 +35,7 @@ | ||||
| #include "libavutil/imgutils.h" | ||||
|  | ||||
| #include "avcodec.h" | ||||
| #include "encode.h" | ||||
| #include "internal.h" | ||||
| #include "packet_internal.h" | ||||
| #include "qsv.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user