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

packetizer: mpeg4video: initialize all callback fields


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 169a39b7
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ static int Open( vlc_object_t *p_this )
/* Set callback */
p_dec->pf_packetize = Packetize;
p_dec->pf_flush = PacketizeFlush;
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