]> git.sesse.net Git - ffmpeg/commit
libavformat/aac: Parse ID3 tags between ADTS frames.
authorRichard Shaffer <rshaffer@tunein.com>
Fri, 2 Feb 2018 02:37:45 +0000 (18:37 -0800)
committerwm4 <nfxjfg@googlemail.com>
Mon, 12 Feb 2018 21:08:49 +0000 (22:08 +0100)
commite023334661e6eafcf638ffc2a780fd495fc25ec9
tree0735f5382a05a8f60d06aefd48d324fafabeb9dd
parent192ea5bb77a7ca0b28c41f21ae6dc779dedca9da
libavformat/aac: Parse ID3 tags between ADTS frames.

While rare, ID3 tags may be inserted between ADTS frames. This change enables
parsing them and setting the appropriate metadata updated event flag.
libavformat/aacdec.c