From 82d352ee32e403ae845a867e6145eb08e2b35dae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Thu, 23 Nov 2017 13:03:12 +0100 Subject: [PATCH] x264: Remove unused static variable This is unused since 2010 (87e5e733e51d5d7baff67da7b019cb613b81d228) --- modules/codec/x264.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index a1f0f984a1..0f34d9c978 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -426,9 +426,6 @@ static const char *const enc_me_list[] = static const char *const enc_me_list_text[] = { N_("dia"), N_("hex"), N_("umh"), N_("esa"), N_("tesa") }; -static const char *const profile_list[] = - { "baseline", "main", "high" }; - static const char *const bpyramid_list[] = { "none", "strict", "normal" }; -- 2.11.4.GIT