[vlc-devel] [PATCH] hxxx_helper: remove unused switch case
    Zhao Zhili 
    quinkblack at foxmail.com
       
    Thu Mar  8 05:48:35 CET 2018
    
    
  
---
 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 26c6454..c8e4b0a 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;
 }
 
-- 
2.9.5
    
    
More information about the vlc-devel
mailing list