From eccc03c8fbc603a0a3257df66f0705f74fe2581a Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 11 Feb 2018 17:33:15 +0000 Subject: cbs_h264: Add support for filler NAL units --- libavcodec/cbs_h264.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/cbs_h264.h') diff --git a/libavcodec/cbs_h264.h b/libavcodec/cbs_h264.h index a59b7be1be..5a7dc27698 100644 --- a/libavcodec/cbs_h264.h +++ b/libavcodec/cbs_h264.h @@ -408,6 +408,12 @@ typedef struct H264RawSlice { AVBufferRef *data_ref; } H264RawSlice; +typedef struct H264RawFiller { + H264RawNALUnitHeader nal_unit_header; + + uint32_t filler_size; +} H264RawFiller; + typedef struct CodedBitstreamH264Context { // Reader/writer context in common with the H.265 implementation. -- cgit v1.2.1