Skip to content
Snippets Groups Projects
Commit 30f79d78 authored by Filip Roséen's avatar Filip Roséen Committed by Jean-Baptiste Kempf
Browse files

demux/playlist/itml: remove usage of fprintf


This diagnostic is not helpful, and should definitely not use fprintf
(as such it is removed).

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a0ffc3d0
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,6 @@ static track_elem_t *new_track()
static void free_track( track_elem_t *p_track )
{
fprintf( stderr, "free track\n" );
if ( !p_track )
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment