Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-11-16 13:55:25 +0300
committerClément Bœsch <u@pkh.me>2014-12-26 01:50:25 +0300
commit006caf03d70037eab9d8d9211105ef3d26f7061d (patch)
tree588b88e63504881563bd440d0357908124bf1152 /libavfilter/vf_xbr.c
parent2188df96cf49f414ea041aa4d7996b7d85b936fc (diff)
avfilter/xbr: remove unused mask
Diffstat (limited to 'libavfilter/vf_xbr.c')
-rw-r--r--libavfilter/vf_xbr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c
index 2b1e6ff53e..914561c507 100644
--- a/libavfilter/vf_xbr.c
+++ b/libavfilter/vf_xbr.c
@@ -33,7 +33,6 @@
#include "libavutil/pixdesc.h"
#include "internal.h"
-#define RGB_MASK 0x00FFFFFF
#define LB_MASK 0x00FEFEFE
#define RED_BLUE_MASK 0x00FF00FF
#define GREEN_MASK 0x0000FF00