You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Make query_formats() increment the scaler_count after each scaler
insertion. Originally committed as revision 21124 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -132,7 +132,7 @@ static int query_formats(AVFilterGraph *graph, AVClass *log_ctx)
|
||||
char scale_args[256];
|
||||
/* couldn't merge format lists. auto-insert scale filter */
|
||||
snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d",
|
||||
scaler_count);
|
||||
scaler_count++);
|
||||
scale =
|
||||
avfilter_open(avfilter_get_by_name("scale"),inst_name);
|
||||
|
||||
|
Reference in New Issue
Block a user