Commit ab248b85 authored by Yoann Peronneau's avatar Yoann Peronneau

* src/input/input.c: don't clean twice the read_bytes counter

parent 08addc5a
......@@ -1126,7 +1126,6 @@ static void End( input_thread_t * p_input )
CL_CO( decoded_audio) ;
CL_CO( decoded_video );
CL_CO( decoded_sub) ;
CL_CO( read_bytes );
/* Close optional stream output instance */
if( p_input->p_sout )
......
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