Skip to content
Snippets Groups Projects
Commit 94267c22 authored by Zhao Zhili's avatar Zhao Zhili Committed by Thomas Guillem
Browse files

packetizer: mlp: initialize all callback fields


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 3445d070
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,7 @@ static int Open( vlc_object_t *p_this )
/* Set callback */
p_dec->pf_packetize = Packetize;
p_dec->pf_flush = Flush;
p_dec->pf_get_cc = NULL;
return VLC_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment