Skip to content
Snippets Groups Projects
Commit 33afb53b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

sout render: do not use sout_stream_t.p_sout

parent 7d9811a8
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ GetVencOption( sout_stream_t *p_stream, std::vector<vlc_fourcc_t> codecs,
ssout << "transcode{" << ssvenc.str() << "}:dummy";
sout_stream_t *p_sout_test =
sout_StreamChainNew( p_stream->p_sout, ssout.str().c_str(), NULL, NULL );
sout_StreamChainNew( VLC_OBJECT(p_stream), ssout.str().c_str(), NULL, NULL );
if( p_sout_test != NULL )
{
......
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