1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

codec: hxxx: add missing break

This commit is contained in:
Thomas Guillem 2017-03-30 11:06:11 +02:00
parent 9f52f7dfb1
commit 88986e0b81

View File

@ -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();
}