tsdemux: Reindent gstmpegdesc.h

This commit is contained in:
Thibault Saunier 2012-02-20 17:47:11 -03:00 committed by Edward Hervey
parent 67fd590e9a
commit dc8b6c678d

View file

@ -29,6 +29,7 @@
#define __GST_MPEG_DESC_H__ #define __GST_MPEG_DESC_H__
#include <glib.h> #include <glib.h>
/* /*
* descriptor_tag TS PS Identification * descriptor_tag TS PS Identification
* 0 n/a n/a Reserved * 0 n/a n/a Reserved
@ -53,23 +54,23 @@
* 19-63 n/a n/a ITU-T Rec. H.222.0 | ISO/IEC 13818-1 Reserved * 19-63 n/a n/a ITU-T Rec. H.222.0 | ISO/IEC 13818-1 Reserved
* 64-255 n/a n/a User Private * 64-255 n/a n/a User Private
*/ */
#define DESC_VIDEO_STREAM 2 #define DESC_VIDEO_STREAM 0x02
#define DESC_AUDIO_STREAM 3 #define DESC_AUDIO_STREAM 0x03
#define DESC_HIERARCHY 4 #define DESC_HIERARCHY 0x04
#define DESC_REGISTRATION 5 #define DESC_REGISTRATION 0x05
#define DESC_DATA_STREAM_ALIGNMENT 6 #define DESC_DATA_STREAM_ALIGNMENT 0x06
#define DESC_TARGET_BACKGROUND_GRID 7 #define DESC_TARGET_BACKGROUND_GRID 0x07
#define DESC_VIDEO_WINDOW 8 #define DESC_VIDEO_WINDOW 0x08
#define DESC_CA 9 #define DESC_CA 0x09
#define DESC_ISO_639_LANGUAGE 10 #define DESC_ISO_639_LANGUAGE 0x0A
#define DESC_SYSTEM_CLOCK 11 #define DESC_SYSTEM_CLOCK 0x0B
#define DESC_MULTIPLEX_BUFFER_UTILISATION 12 #define DESC_MULTIPLEX_BUFFER_UTILISATION 0x0C
#define DESC_COPYRIGHT 13 #define DESC_COPYRIGHT 0x0D
#define DESC_MAXIMUM_BITRATE 14 #define DESC_MAXIMUM_BITRATE 0x0E
#define DESC_PRIVATE_DATA_INDICATOR 15 #define DESC_PRIVATE_DATA_INDICATOR 0x0F
#define DESC_SMOOTHING_BUFFER 16 #define DESC_SMOOTHING_BUFFER 0x10
#define DESC_STD 17 #define DESC_STD 0x11
#define DESC_IBP 18 #define DESC_IBP 0x12
#define DESC_DIRAC_TC_PRIVATE 0xAC #define DESC_DIRAC_TC_PRIVATE 0xAC
@ -139,8 +140,8 @@
/* 0x7D and 0x7E are reserved for future use */ /* 0x7D and 0x7E are reserved for future use */
#define DESC_DVB_EXTENSION 0x7F #define DESC_DVB_EXTENSION 0x7F
/* 0x80 - 0xFE are user defined */ /* 0x80 - 0xFE are user defined */
#define DESC_DTG_LOGICAL_CHANNEL 0x83 /* from DTG D-Book */
#define DESC_AC3_AUDIO_STREAM 0x81 #define DESC_AC3_AUDIO_STREAM 0x81
#define DESC_DTG_LOGICAL_CHANNEL 0x83 /* from DTG D-Book */
/* 0xFF is forbidden */ /* 0xFF is forbidden */
/* common for all descriptors */ /* common for all descriptors */