You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/demux: Use enum AVCodecID for raw_codec_id
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		
				
					committed by
					
						 James Almer
						James Almer
					
				
			
			
				
	
			
			
			
						parent
						
							be54923abc
						
					
				
				
					commit
					cd93ba6531
				
			| @@ -37,7 +37,7 @@ typedef struct FFInputFormat { | ||||
|     /** | ||||
|      * Raw demuxers store their codec ID here. | ||||
|      */ | ||||
|     int raw_codec_id; | ||||
|     enum AVCodecID raw_codec_id; | ||||
|  | ||||
|     /** | ||||
|      * Size of private data so that it can be allocated in the wrapper. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user