mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
id3v2: print ver/flags/len on debug level.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user