diff options
Diffstat (limited to 'apps/metadata/mp4.c')
-rw-r--r-- | apps/metadata/mp4.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/metadata/mp4.c b/apps/metadata/mp4.c index 6130135bae..a431231e12 100644 --- a/apps/metadata/mp4.c +++ b/apps/metadata/mp4.c @@ -528,13 +528,7 @@ static bool read_mp4_tags(int fd, struct mp3entry* id3, buffer -= length; buffer_left += length; - if (parse_replaygain(tag_name, buffer, id3, - buffer, buffer_left) > 0) - { - /* Data used, keep it. */ - buffer += length; - buffer_left -= length; - } + parse_replaygain(tag_name, buffer, id3); } } } |