You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Clarify doxy for av_fifo_alloc().
Originally committed as revision 22812 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -35,7 +35,7 @@ typedef struct AVFifoBuffer { | ||||
| /** | ||||
|  * Initializes an AVFifoBuffer. | ||||
|  * @param size of FIFO | ||||
|  * @return AVFifoBuffer or NULL if mem allocation failure | ||||
|  * @return AVFifoBuffer or NULL in case of memory allocation failure | ||||
|  */ | ||||
| AVFifoBuffer *av_fifo_alloc(unsigned int size); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user