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

packetizer: dts: initialize all callback fields


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