Commit 9f311dd8 authored by michael's avatar michael

Fix indention of NAL type enum.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a6f4726
...@@ -88,20 +88,20 @@ ...@@ -88,20 +88,20 @@
/* NAL unit types */ /* NAL unit types */
enum { enum {
NAL_SLICE=1, NAL_SLICE=1,
NAL_DPA, NAL_DPA,
NAL_DPB, NAL_DPB,
NAL_DPC, NAL_DPC,
NAL_IDR_SLICE, NAL_IDR_SLICE,
NAL_SEI, NAL_SEI,
NAL_SPS, NAL_SPS,
NAL_PPS, NAL_PPS,
NAL_AUD, NAL_AUD,
NAL_END_SEQUENCE, NAL_END_SEQUENCE,
NAL_END_STREAM, NAL_END_STREAM,
NAL_FILLER_DATA, NAL_FILLER_DATA,
NAL_SPS_EXT, NAL_SPS_EXT,
NAL_AUXILIARY_SLICE=19 NAL_AUXILIARY_SLICE=19
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment