Commit b5c3ef9f authored by Ilkka Ollakka's avatar Ilkka Ollakka

zvbi: initialize pointer

parent d3d8a8c0
......@@ -483,7 +483,7 @@ static subpicture_t *Subpicture( decoder_t *p_dec, video_format_t *p_fmt,
mtime_t i_pts )
{
video_format_t fmt;
subpicture_t *p_spu;
subpicture_t *p_spu=NULL;
/* If there is a page or sub to render, then we do that here */
/* Create the subpicture unit */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment