[vlc-commits] hxxx_helper: remove unused switch case
    Zhao Zhili 
    git at videolan.org
       
    Thu Mar  8 09:08:30 CET 2018
    
    
  
vlc | branch: master | Zhao Zhili <quinkblack at 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 <thomas at 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;
 }
 
    
    
More information about the vlc-commits
mailing list