Skip to content
Snippets Groups Projects
Commit fc94b68e authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '72fbc968'


* commit '72fbc968':
  avconv: use current syntax for the scale filter

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents b2cf655d 72fbc968
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment