[vlc-devel] [PATCH] hxxx_helper: remove unused switch case
Thomas Guillem
thomas at gllm.fr
Thu Mar 8 09:08:42 CET 2018
merged, thanks
On Thu, Mar 8, 2018, at 05:48, Zhao Zhili wrote:
> ---
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list