From 4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 8 Aug 2014 13:05:12 +0200 Subject: mpeg: Write H264 streams at offset 2 It hints that the content is H264 according to HD-DVD. --- libavformat/mpeg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mpeg.h') 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 -- cgit v1.2.3