https://github.com/libav/libav
Revision 0bd593fe55589366d1f3fa575df34e5996693021 authored by James Almer on 10 February 2017, 23:24:26 UTC, committed by Anton Khirnov on 26 February 2017, 06:34:12 UTC
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>
(cherry picked from commit 3f258f5ee05c9da05f61447b802ae3e39629f44b)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
1 parent a1d1bc1
History
Tip revision: 0bd593fe55589366d1f3fa575df34e5996693021 authored by James Almer on 10 February 2017, 23:24:26 UTC
apetag: fix flag value to signal footer presence
Tip revision: 0bd593f
File Mode Size
compat
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libswscale
presets
tests
tools
.gitattributes -rw-r--r-- 18 bytes
.gitignore -rw-r--r-- 209 bytes
.travis.yml -rw-r--r-- 471 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 37.2 KB
INSTALL -rw-r--r-- 705 bytes
LICENSE -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 6.1 KB
README l--------- 9 bytes
README.md -rw-r--r-- 1.6 KB
RELEASE -rw-r--r-- 3 bytes
arch.mak -rw-r--r-- 516 bytes
avconv.c -rw-r--r-- 88.5 KB
avconv.h -rw-r--r-- 15.0 KB
avconv_dxva2.c -rw-r--r-- 14.5 KB
avconv_filter.c -rw-r--r-- 28.3 KB
avconv_opt.c -rw-r--r-- 102.0 KB
avconv_qsv.c -rw-r--r-- 2.7 KB
avconv_vaapi.c -rw-r--r-- 17.6 KB
avconv_vda.c -rw-r--r-- 3.9 KB
avconv_vdpau.c -rw-r--r-- 4.4 KB
avplay.c -rw-r--r-- 98.8 KB
avprobe.c -rw-r--r-- 32.0 KB
cmdutils.c -rw-r--r-- 54.7 KB
cmdutils.h -rw-r--r-- 17.0 KB
cmdutils_common_opts.h -rw-r--r-- 1.7 KB
common.mak -rw-r--r-- 2.0 KB
configure -rwxr-xr-x 161.9 KB
library.mak -rw-r--r-- 3.4 KB
version.sh -rwxr-xr-x 678 bytes

README.md

back to top