You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Apply misc cosmetical style fixes.
Originally committed as revision 24365 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -35,7 +35,6 @@ typedef struct { | ||||
|     AVRational        pixel_aspect; | ||||
| } BufferSourceContext; | ||||
|  | ||||
|  | ||||
| int av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame, | ||||
|                              int64_t pts, AVRational pixel_aspect) | ||||
| { | ||||
| @@ -90,7 +89,6 @@ static int config_props(AVFilterLink *link) | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
|  | ||||
| static int request_frame(AVFilterLink *link) | ||||
| { | ||||
|     BufferSourceContext *c = link->src->priv; | ||||
| @@ -131,8 +129,7 @@ static int poll_frame(AVFilterLink *link) | ||||
|     return !!(c->has_frame); | ||||
| } | ||||
|  | ||||
| AVFilter avfilter_vsrc_buffer = | ||||
| { | ||||
| AVFilter avfilter_vsrc_buffer = { | ||||
|     .name      = "buffer", | ||||
|     .priv_size = sizeof(BufferSourceContext), | ||||
|     .query_formats = query_formats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user