summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorJohn Stebbins <stebbins@jetheaddev.com>2013-08-22 07:25:17 -0700
committerAnton Khirnov <anton@khirnov.net>2013-08-23 09:24:22 +0200
commit1f70a5ad284b33e8b3e2b40a5cb33055419781b7 (patch)
tree45de8013eabf3572f003991e9b30a99f28748287 /libavformat/isom.h
parente7b31844f68eb51137740c5eec29b35eb4994004 (diff)
mov: use tkhd enabled flag to set the default track
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 932b1d0a68..94f1296a1d 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -190,6 +190,11 @@ void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
#define MOV_FRAG_SAMPLE_FLAG_DEPENDS_NO 0x02000000
#define MOV_FRAG_SAMPLE_FLAG_DEPENDS_YES 0x01000000
+#define MOV_TKHD_FLAG_ENABLED 0x0001
+#define MOV_TKHD_FLAG_IN_MOVIE 0x0002
+#define MOV_TKHD_FLAG_IN_PREVIEW 0x0004
+#define MOV_TKHD_FLAG_IN_POSTER 0x0008
+
int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom);
enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags);