Commit 08e26e7f authored by Michael Niedermayer's avatar Michael Niedermayer

id3v2: print ver/flags/len on debug level.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4a753fc5
......@@ -587,6 +587,8 @@ static void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t
unsigned char *compressed_buffer = NULL;
int compressed_buffer_size = 0;
av_log(s, AV_LOG_DEBUG, "id3v2 ver:%d flags:%02X len:%d\n", version, flags, len);
switch (version) {
case 2:
if (flags & 0x40) {
......
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