summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-08-08 13:05:12 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-08-26 03:43:13 +0200
commit4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9 (patch)
tree377da75a301b65ed518ab6f2307508902d9f7d31 /libavformat/mpeg.h
parenta4d3c20035946cbc1509aec2dc28d51c2a2f9a8e (diff)
mpeg: Write H264 streams at offset 2
It hints that the content is H264 according to HD-DVD.
Diffstat (limited to 'libavformat/mpeg.h')
-rw-r--r--libavformat/mpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index 629f2f061d..d0b36ee153 100644
--- a/libavformat/mpeg.h
+++ b/libavformat/mpeg.h
@@ -40,6 +40,7 @@
#define AUDIO_ID 0xc0
#define VIDEO_ID 0xe0
+#define H264_ID 0xe2
#define AC3_ID 0x80
#define DTS_ID 0x8a
#define LPCM_ID 0xa0