diff options
author | James Almer <jamrial@gmail.com> | 2017-02-10 20:24:26 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-02-25 09:57:43 +0100 |
commit | 3f258f5ee05c9da05f61447b802ae3e39629f44b (patch) | |
tree | 5894b8676dd71248aa0c19c6d49f49e8822b5bf7 /libavcodec/aacdec.c | |
parent | b2788fe9347c02b1355574f3d28d60bfe1250ea7 (diff) | |
download | ffmpeg-3f258f5ee05c9da05f61447b802ae3e39629f44b.tar.gz |
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
Signed-off-by: James Almer <jamrial@gmail.com>
CC: libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/aacdec.c')
0 files changed, 0 insertions, 0 deletions