Commit 405e39a5 authored by Laurent Aimar's avatar Laurent Aimar

* all: input_DumpStream isn't exported anymore.

parent 270b1511
......@@ -297,7 +297,6 @@ static int Activate( vlc_object_t * p_this )
}
}
#endif
input_DumpStream( p_input );
vlc_mutex_unlock( &p_input->stream.stream_lock );
}
else
......
......@@ -732,9 +732,6 @@ static void DecodePSM( input_thread_t * p_input, data_packet_t * p_data )
p_input->stream.pp_programs[0]->pp_es[i_new_es_number] );
}
msg_Dbg( p_input, "the stream map after the PSM is now:" );
input_DumpStream( p_input );
vlc_mutex_unlock( &p_input->stream.stream_lock );
}
......
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