You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
This commit is contained in:
		| @@ -416,7 +416,7 @@ typedef struct FrameBuffer { | ||||
|     int  linesize[4]; | ||||
|  | ||||
|     int h, w; | ||||
|     enum PixelFormat pix_fmt; | ||||
|     enum AVPixelFormat pix_fmt; | ||||
|  | ||||
|     int refcount; | ||||
|     struct FrameBuffer **pool;  ///< head of the buffer pool | ||||
|   | ||||
		Reference in New Issue
	
	Block a user