mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Fix indention of NAL type enum.
Originally committed as revision 15538 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ee4f5e4fa
commit
2791c60883
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user