You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Add an informational trace in init().
Originally committed as revision 24386 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -25,6 +25,7 @@ | ||||
|  | ||||
| #include "avfilter.h" | ||||
| #include "vsrc_buffer.h" | ||||
| #include "libavutil/pixdesc.h" | ||||
|  | ||||
| typedef struct { | ||||
|     int64_t           pts; | ||||
| @@ -69,6 +70,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) | ||||
|         return AVERROR(EINVAL); | ||||
|     } | ||||
|  | ||||
|     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); | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user