Commit 572925b6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

es_out: unused variable

parent af8beef6
...@@ -597,7 +597,6 @@ static void EsOutChangePosition( es_out_t *out ) ...@@ -597,7 +597,6 @@ static void EsOutChangePosition( es_out_t *out )
static void EsOutDecodersStopBuffering( es_out_t *out, bool b_forced ) static void EsOutDecodersStopBuffering( es_out_t *out, bool b_forced )
{ {
es_out_sys_t *p_sys = out->p_sys; es_out_sys_t *p_sys = out->p_sys;
int i_ret;
mtime_t i_stream_start; mtime_t i_stream_start;
mtime_t i_system_start; mtime_t i_system_start;
......
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