comparison h264.h @ 7990:58955234a2bd libavcodec

Fix indention of NAL type enum.
author michael
date Sat, 04 Oct 2008 01:08:48 +0000
parents a7dfe657968d
children 58a16a83f4e2
comparison
equal deleted inserted replaced
7989:0607ff0877ff 7990:58955234a2bd
86 86
87 #define EXTENDED_SAR 255 87 #define EXTENDED_SAR 255
88 88
89 /* NAL unit types */ 89 /* NAL unit types */
90 enum { 90 enum {
91 NAL_SLICE=1, 91 NAL_SLICE=1,
92 NAL_DPA, 92 NAL_DPA,
93 NAL_DPB, 93 NAL_DPB,
94 NAL_DPC, 94 NAL_DPC,
95 NAL_IDR_SLICE, 95 NAL_IDR_SLICE,
96 NAL_SEI, 96 NAL_SEI,
97 NAL_SPS, 97 NAL_SPS,
98 NAL_PPS, 98 NAL_PPS,
99 NAL_AUD, 99 NAL_AUD,
100 NAL_END_SEQUENCE, 100 NAL_END_SEQUENCE,
101 NAL_END_STREAM, 101 NAL_END_STREAM,
102 NAL_FILLER_DATA, 102 NAL_FILLER_DATA,
103 NAL_SPS_EXT, 103 NAL_SPS_EXT,
104 NAL_AUXILIARY_SLICE=19 104 NAL_AUXILIARY_SLICE=19
105 }; 105 };
106 106
107 /** 107 /**
108 * Sequence parameter set 108 * Sequence parameter set
109 */ 109 */