Commit fc94b68e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '72fbc968'

* commit '72fbc968':
  avconv: use current syntax for the scale filter
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b2cf655d 72fbc968
......@@ -354,7 +354,7 @@ static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
char args[255];
AVFilterContext *filter;
snprintf(args, sizeof(args), "%d:%d:flags=0x%X",
snprintf(args, sizeof(args), "%d:%d:0x%X",
codec->width,
codec->height,
(unsigned)ost->sws_flags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment