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>2017-03-20 01:36:29 +0300
committerClément Bœsch <u@pkh.me>2017-03-20 10:02:30 +0300
commitd6635daded80d68b0cda767a8a19af4b6a41701f (patch)
tree0a35a90402e9f79b6e7e35468226c212047cdec4 /libswscale/tests
parentff6bc16c5ad94704615b2cc9cb7f238e61bbe12d (diff)
swscale: remove unused is{RGB,BGR}inBytes
Diffstat (limited to 'libswscale/tests')
-rw-r--r--libswscale/tests/pixdesc_query.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/tests/pixdesc_query.c b/libswscale/tests/pixdesc_query.c
index bc49809d4b..9591b04da6 100644
--- a/libswscale/tests/pixdesc_query.c
+++ b/libswscale/tests/pixdesc_query.c
@@ -36,8 +36,6 @@ DECLARE_WRAPPER(isRGB)
DECLARE_WRAPPER(isGray)
DECLARE_WRAPPER(isRGBinInt)
DECLARE_WRAPPER(isBGRinInt)
-DECLARE_WRAPPER(isRGBinBytes)
-DECLARE_WRAPPER(isBGRinBytes)
DECLARE_WRAPPER(isBayer)
DECLARE_WRAPPER(isAnyRGB)
DECLARE_WRAPPER(isALPHA)
@@ -60,8 +58,6 @@ static const struct {
{"Gray", isGray_func},
{"RGBinInt", isRGBinInt_func},
{"BGRinInt", isBGRinInt_func},
- {"RGBinBytes", isRGBinBytes_func},
- {"BGRinBytes", isBGRinBytes_func},
{"Bayer", isBayer_func},
{"AnyRGB", isAnyRGB_func},
{"ALPHA", isALPHA_func},