Skip to content
Snippets Groups Projects
Commit 405346f2 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Steve Lhomme
Browse files

transcode: remove unused variable

parent b0b14cfc
No related branches found
No related tags found
1 merge request!2341Fixed some warnings
Pipeline #251207 passed with stage
in 18 minutes and 33 seconds
......@@ -741,7 +741,6 @@ static int Send( sout_stream_t *p_stream, void *_id, block_t *p_buffer )
goto error;
}
sout_stream_sys_t *sys = p_stream->p_sys;
if( p_buffer != NULL )
{
assert( p_buffer->p_next == 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