vlc | branch: master | Hugo Beauzée-Luyssen <h...@beauzee.fr> | Thu Nov 23 
13:03:12 2017 +0100| [82d352ee32e403ae845a867e6145eb08e2b35dae] | committer: 
Hugo Beauzée-Luyssen

x264: Remove unused static variable

This is unused since 2010 (87e5e733e51d5d7baff67da7b019cb613b81d228)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82d352ee32e403ae845a867e6145eb08e2b35dae
---

 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" };
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to