Commit f0317c3f authored by Christophe Massiot's avatar Christophe Massiot

* modules/stream_out/transcode.c: Really fixed the latest segfault this time...

parent a5edd1f2
......@@ -1770,7 +1770,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
malloc( sizeof(filter_owner_sys_t) );
for( i = 0; i < PICTURE_RING_SIZE; i++ )
id->pp_vfilter[id->i_vfilter]->p_owner->pp_pics[i] = 0;
id->pp_vfilter[id->i_filter]->p_owner->p_sys = p_sys;
id->pp_vfilter[id->i_vfilter]->p_owner->p_sys = p_sys;
id->i_vfilter++;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment