[FFmpeg-devel] [PATCH] Fix bad ID3v2 tag length
misc at atomas.com
misc at atomas.com
Thu Jan 9 08:39:00 EET 2020
The Id3v2 tag is set to a wrong size, when a CTOC frame is written.
The code source uses a hardcoded "16" magic value that is incorrect. (it
should be "2")
This patch fixes this bug *without* using magic values.
See:
https://github.com/gbouthenot/mp3splitter-js/issues/2
https://github.com/openaudible/openaudible/issues/258
Thank you !
More information about the ffmpeg-devel
mailing list