Commit 13e9e272 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

src/input/decoder.c: More unused args fix.

parent 841b7457
......@@ -136,6 +136,7 @@ int decoder_GetInputAttachments( decoder_t *p_dec,
*/
mtime_t decoder_GetDisplayDate( decoder_t *p_dec, mtime_t i_ts )
{
VLC_UNUSED(p_dec);
return i_ts;
}
......
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