summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--libavcodec/avcodec.h4
-rw-r--r--libavcodec/h264.h1
-rw-r--r--libavcodec/h264_parser.c7
-rw-r--r--libavcodec/h264dec.h1
-rw-r--r--libavcodec/hevc.h1
-rw-r--r--libavcodec/hevc_parser.c8
-rw-r--r--libavformat/isom.c2
-rw-r--r--libavformat/mpegts.c2
8 files changed, 26 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 3bbe228..62ea89b 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -45,6 +45,7 @@ enum {
H264_NAL_SUB_SPS = 15,
H264_NAL_AUXILIARY_SLICE = 19,
H264_NAL_SLC_EXT = 20,
+ H264_NAL_264_DV = 0x1c, /*0x7c & 0x1f*/
};
#endif /* AVCODEC_H264_H */