Commit 70905c6d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* detail what id3tag handling is unimplemented.

parent 2b38bca6
......@@ -123,7 +123,7 @@ static void ParseID3Tag( demux_t *p_demux, uint8_t *p_data, int i_size )
}
else
{
msg_Err(p_demux, "Fixme: unhandled meta" );
msg_Err(p_demux, "Fixme: unhandled meta, %s", p_frame->description );
}
free( psz_temp );
}
......
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