You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
@@ -342,7 +342,7 @@ retry:
|
||||
if (c->itunes_metadata && atom.size > 8) {
|
||||
int data_size = avio_rb32(pb);
|
||||
int tag = avio_rl32(pb);
|
||||
if (tag == MKTAG('d','a','t','a')) {
|
||||
if (tag == MKTAG('d','a','t','a') && data_size <= atom.size) {
|
||||
data_type = avio_rb32(pb); // type
|
||||
avio_rb32(pb); // unknown
|
||||
str_size = data_size - 16;
|
||||
|
Reference in New Issue
Block a user