Commit d6556776 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/demux.c: fix CID #164718

parent 7e9f4ed3
......@@ -113,7 +113,7 @@ dvbpsi_demux_subdec_t *dvbpsi_NewDemuxSubDecoder(const uint8_t i_table_id,
dvbpsi_decoder_t *p_decoder)
{
(void) i_table_id; (void) i_extension;
(void *) pf_detach, (void *) pf_gather;
(void *) pf_detach; (void *) pf_gather;
(void *) p_decoder;
return NULL;
}
......
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