From e4f3a9693dd003393131f8e144ef3515e93fe6cd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 29 Jul 2012 02:17:57 +0000 Subject: lavf/apetag: move common stuff between writer and reader to single file Signed-off-by: Paul B Mahol --- libavformat/apetag.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/apetag.h') diff --git a/libavformat/apetag.h b/libavformat/apetag.h index 7727921ca8..17a9a72b19 100644 --- a/libavformat/apetag.h +++ b/libavformat/apetag.h @@ -25,6 +25,10 @@ #include "avformat.h" +#define APE_TAG_PREAMBLE "APETAGEX" +#define APE_TAG_VERSION 2000 +#define APE_TAG_FOOTER_BYTES 32 + /** * Read and parse an APE tag */ -- cgit v1.2.3