summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--libavcodec/h264.c8
-rw-r--r--libavcodec/h264.h3
2 files changed, 11 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index ed7f04b..eaffeec 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -115,7 +115,10 @@ enum {
NAL_END_STREAM,
NAL_FILLER_DATA,
NAL_SPS_EXT,
+ NAL_PREFIX = 14,
+ NAL_SUB_SPS,
NAL_AUXILIARY_SLICE = 19,
+ NAL_SLC_EXT,
NAL_FF_IGNORE = 0xff0f001,
};