Commit d889d826 authored by michael's avatar michael

sws_flags is unsigned.

This together with the last commit fixes the strange behavior of -sws_flags.
(issue229)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12325 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 29c21622
......@@ -206,7 +206,7 @@ static uint64_t limit_filesize = 0; //
static int pgmyuv_compatibility_hack=0;
static float dts_delta_threshold = 10;
static int sws_flags = SWS_BICUBIC;
static unsigned int sws_flags = SWS_BICUBIC;
static const char **opt_names;
static int opt_name_count;
......
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