Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
88986e0b
Commit
88986e0b
authored
Mar 30, 2017
by
Thomas Guillem
Browse files
codec: hxxx: add missing break
parent
9f52f7df
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/hxxx_helper.c
View file @
88986e0b
...
...
@@ -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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment