~ubuntu-branches/ubuntu/trusty/mpeg4ip/trusty

« back to all changes in this revision

Viewing changes to lib/mpeg2t/mpeg2t_defines.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-01-12 15:59:56 UTC
  • Revision ID: james.westby@ubuntu.com-20080112155956-1vznw5njidvrh649
Tags: upstream-1.6dfsg
ImportĀ upstreamĀ versionĀ 1.6dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MPEG2T_DEFINES_H__
 
2
#define __MPEG2T_DEFINES_H__ 1
 
3
 
 
4
#define MPEG2T_SYNC_BYTE 0x47
 
5
 
 
6
#define MPEG2T_ST_11172_VIDEO 1
 
7
#define MPEG2T_ST_MPEG_VIDEO  2
 
8
#define MPEG2T_ST_11172_AUDIO  3
 
9
#define MPEG2T_ST_MPEG_AUDIO  4
 
10
#define MPEG2T_ST_MPEG_AUDIO_6_A 0xa
 
11
#define MPEG2T_ST_MPEG_AUDIO_6_B 0xb
 
12
#define MPEG2T_ST_MPEG_AUDIO_6_C 0xc
 
13
#define MPEG2T_ST_MPEG_AUDIO_6_D 0xd
 
14
#define MPEG2T_ST_MPEG2_AAC 0xf
 
15
#define MPEG2T_ST_MPEG4_VIDEO 0x10
 
16
#define MPEG2T_ST_H264_VIDEO  0x1b
 
17
#endif