summaryrefslogtreecommitdiff
path: root/libavformat/mp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mp3.c')
-rw-r--r--libavformat/mp3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index 04e8bcf420..8d63f925ff 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -234,7 +234,8 @@ static void id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t fl
taghdrlen = 6;
break;
- case 3 ... 4:
+ case 3:
+ case 4:
isv34 = 1;
taghdrlen = 10;
break;