You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat: Fix apics with aac
Fixes Ticket2318 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -627,7 +627,7 @@ int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputForma
|
|||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (id3v2_extra_meta) {
|
if (id3v2_extra_meta) {
|
||||||
if (!strcmp(s->iformat->name, "mp3")) {
|
if (!strcmp(s->iformat->name, "mp3") || !strcmp(s->iformat->name, "aac")) {
|
||||||
if((ret = ff_id3v2_parse_apic(s, &id3v2_extra_meta)) < 0)
|
if((ret = ff_id3v2_parse_apic(s, &id3v2_extra_meta)) < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user