Mercurial > libavformat.hg
diff mpegts.h @ 3716:2ca19db359bd libavformat
Dirac encapsulation in MPEG-TS
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
| author | diego |
|---|---|
| date | Wed, 13 Aug 2008 19:29:35 +0000 |
| parents | f982a5a75e40 |
| children | 1b6245500d8c |
line wrap: on
line diff
--- a/mpegts.h Wed Aug 13 18:32:16 2008 +0000 +++ b/mpegts.h Wed Aug 13 19:29:35 2008 +0000 @@ -52,6 +52,7 @@ #define STREAM_TYPE_VIDEO_MPEG4 0x10 #define STREAM_TYPE_VIDEO_H264 0x1b #define STREAM_TYPE_VIDEO_VC1 0xea +#define STREAM_TYPE_VIDEO_DIRAC 0xd1 #define STREAM_TYPE_AUDIO_AC3 0x81 #define STREAM_TYPE_AUDIO_DTS 0x8a
