diff 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
line wrap: on
line diff
--- a/h264.h	Fri Oct 03 23:08:52 2008 +0000
+++ b/h264.h	Sat Oct 04 01:08:48 2008 +0000
@@ -88,20 +88,20 @@
 
 /* NAL unit types */
 enum {
-NAL_SLICE=1,
-NAL_DPA,
-NAL_DPB,
-NAL_DPC,
-NAL_IDR_SLICE,
-NAL_SEI,
-NAL_SPS,
-NAL_PPS,
-NAL_AUD,
-NAL_END_SEQUENCE,
-NAL_END_STREAM,
-NAL_FILLER_DATA,
-NAL_SPS_EXT,
-NAL_AUXILIARY_SLICE=19
+    NAL_SLICE=1,
+    NAL_DPA,
+    NAL_DPB,
+    NAL_DPC,
+    NAL_IDR_SLICE,
+    NAL_SEI,
+    NAL_SPS,
+    NAL_PPS,
+    NAL_AUD,
+    NAL_END_SEQUENCE,
+    NAL_END_STREAM,
+    NAL_FILLER_DATA,
+    NAL_SPS_EXT,
+    NAL_AUXILIARY_SLICE=19
 };
 
 /**