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

codec: rawvideo: set pf_flush callback for packetizer


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 72845f74
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,10 @@ static int OpenPacketizer( vlc_object_t *p_this )
int ret = OpenCommon( p_dec );
if( ret == VLC_SUCCESS )
{
p_dec->pf_packetize = SendFrame;
p_dec->pf_flush = Flush;
}
return ret;
}
......
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