vlc | branch: master | Zhao Zhili <quinkbl...@foxmail.com> | Thu Mar  8 
12:48:35 2018 +0800| [d10b34611fd5fdf048111fdedd2f69f5bde01677] | committer: 
Thomas Guillem

hxxx_helper: remove unused switch case

Signed-off-by: Thomas Guillem <tho...@gllm.fr>

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

 modules/codec/hxxx_helper.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/codec/hxxx_helper.c b/modules/codec/hxxx_helper.c
index 26c6454abd..c8e4b0a1b9 100644
--- a/modules/codec/hxxx_helper.c
+++ b/modules/codec/hxxx_helper.c
@@ -41,11 +41,6 @@ hxxx_helper_init(struct hxxx_helper *hh, vlc_object_t *p_obj,
     memset(hh, 0, sizeof(struct hxxx_helper));
     hh->p_obj = p_obj;
     hh->i_codec = i_codec;
-    switch (i_codec)
-    {
-        case VLC_CODEC_H264:
-            break;
-    }
     hh->b_need_xvcC = b_need_xvcC;
 }
 

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

Reply via email to