You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	vsrc_buffer: during init, print information about timebase and sample aspect ratio
This commit is contained in:
		| @@ -133,7 +133,10 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     av_log(ctx, AV_LOG_INFO, "w:%d h:%d pixfmt:%s\n", c->w, c->h, av_pix_fmt_descriptors[c->pix_fmt].name); | ||||
|     av_log(ctx, AV_LOG_INFO, "w:%d h:%d pixfmt:%s tb:%d/%d sar:%d/%d\n", | ||||
|            c->w, c->h, av_pix_fmt_descriptors[c->pix_fmt].name, | ||||
|            c->time_base.num, c->time_base.den, | ||||
|            c->sample_aspect_ratio.num, c->sample_aspect_ratio.den); | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user