You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Better description for merge_ref().
Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -21,7 +21,9 @@ | ||||
|  | ||||
| #include "avfilter.h" | ||||
|  | ||||
| /** merge and update all the references */ | ||||
| /** | ||||
|  * Add all refs from a to ret and destroy a. | ||||
|  */ | ||||
| static void merge_ref(AVFilterFormats *ret, AVFilterFormats *a) | ||||
| { | ||||
|     int i; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user