You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f'
* commit '5655732c77f2df9c1dfbddc30cd4844390a6921f': avfilter: add needs_writable field to the internal AVFilterPad structure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -141,6 +141,14 @@ struct AVFilterPad { | ||||
|      * input pads only. | ||||
|      */ | ||||
|     int needs_fifo; | ||||
|  | ||||
|     /** | ||||
|      * The filter expects writable frames from its input link, | ||||
|      * duplicating data buffers if needed. | ||||
|      * | ||||
|      * input pads only. | ||||
|      */ | ||||
|     int needs_writable; | ||||
| }; | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user