mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	parser: remove forward declaration of MpegEncContext
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
		 Paul B Mahol
					Paul B Mahol
				
			
				
					committed by
					
						 Ronald S. Bultje
						Ronald S. Bultje
					
				
			
			
				
	
			
			
			 Ronald S. Bultje
						Ronald S. Bultje
					
				
			
						parent
						
							e6ffd997cb
						
					
				
				
					commit
					aed9da20af
				
			| @@ -37,8 +37,6 @@ typedef struct ParseContext{ | |||||||
|     uint64_t state64;           ///< contains the last 8 bytes in MSB order |     uint64_t state64;           ///< contains the last 8 bytes in MSB order | ||||||
| } ParseContext; | } ParseContext; | ||||||
|  |  | ||||||
| struct MpegEncContext; |  | ||||||
|  |  | ||||||
| #define END_NOT_FOUND (-100) | #define END_NOT_FOUND (-100) | ||||||
|  |  | ||||||
| int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size); | int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user