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 /tests/ref/lavf | |
parent | ba632efa93eff2550bcc465190efd05a46116ce6 (diff) | |
download | ffmpeg-streaming-e8d6fef3161f35878f8e0abf9d27d2c45a5d40b6.zip ffmpeg-streaming-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 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/tta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf/tta b/tests/ref/lavf/tta index 745e8d2..d86d097 100644 --- a/tests/ref/lavf/tta +++ b/tests/ref/lavf/tta @@ -1,3 +1,3 @@ -f2721d06704ac43d89fdd25835b43598 *./tests/data/lavf/lavf.tta +d86c5cccb2554143d34d1786ab460a31 *./tests/data/lavf/lavf.tta 43200 ./tests/data/lavf/lavf.tta ./tests/data/lavf/lavf.tta CRC=0x3a1da17e |