[vlc-commits] codec: hxxx: add missing break
Thomas Guillem
git at videolan.org
Thu Mar 30 11:06:30 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 30 11:06:11 2017 +0200| [88986e0b81a1b86345ee8127aaef12248340c35e] | committer: Thomas Guillem
codec: hxxx: add missing break
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88986e0b81a1b86345ee8127aaef12248340c35e
---
modules/codec/hxxx_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/hxxx_helper.c b/modules/codec/hxxx_helper.c
index 6c967b9..4b9c9f3 100644
--- a/modules/codec/hxxx_helper.c
+++ b/modules/codec/hxxx_helper.c
@@ -428,6 +428,7 @@ hxxx_helper_set_extra(struct hxxx_helper *hh, const void *p_extra,
return VLC_EGENERIC; /* TODO */
else
hh->pf_process_block = NULL;
+ break;
default:
vlc_assert_unreachable();
}
More information about the vlc-commits
mailing list