diff options
author | Pedro Arthur <bygrandao@gmail.com> | 2015-08-18 15:06:49 -0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-18 22:56:50 +0200 |
commit | ed80dec621f621794e9d7ec7c1769bbf9a58a500 (patch) | |
tree | 82a72965f1f211a97c2e4a18ca89557279dafdb6 /libswscale/swscale_internal.h | |
parent | 0f3687d6fb87d186d4d9468c2e256af6de4d2c78 (diff) | |
download | ffmpeg-ed80dec621f621794e9d7ec7c1769bbf9a58a500.tar.gz |
swscale: fixed compiler warnings
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index f46bb78bd7..bf6be1860a 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -1036,4 +1036,6 @@ int ff_init_desc_no_chr(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst //number of extra lines to process #define MAX_LINES_AHEAD 4 + +#define NEW_FILTER #endif /* SWSCALE_SWSCALE_INTERNAL_H */ |