diff options
author | James Almer <jamrial@gmail.com> | 2017-02-10 00:53:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-02-10 18:33:29 -0300 |
commit | e8d6fef3161f35878f8e0abf9d27d2c45a5d40b6 (patch) | |
tree | 026bda03cca04673b18dcfe4e2f97faa301f68b7 /libavformat/ipmovie.c | |
parent | ba632efa93eff2550bcc465190efd05a46116ce6 (diff) | |
download | ffmpeg-e8d6fef3161f35878f8e0abf9d27d2c45a5d40b6.tar.gz |
avformat/apetag: fix flag value to signal footer presence
According to the spec[1], a value of 0 means the footer is present and a value
of 1 means it's absent, the exact opposite of header presence flag where 1
means present and 0 absent.
The reason for this is compatibility with APEv1 tags, where there's no header,
footer presence was mandatory for all files, and the flags field was a zeroed
reserved field.
[1] http://wiki.hydrogenaud.io/index.php?title=Ape_Tags_Flags
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/ipmovie.c')
0 files changed, 0 insertions, 0 deletions