Commit b53369a9 authored by Christophe Massiot's avatar Christophe Massiot

* modules/stream_out/transcode.c: Fixed a segfault introduced in the last

   changeset.
parent b83ecfc1
......@@ -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_filter[id->i_filter]->p_owner->p_sys = p_sys;
id->pp_vfilter[id->i_filter]->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