mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avconv: use current syntax for the scale filter
This commit is contained in:
parent
ee9a4dff4a
commit
72fbc9685c
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue