From 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 14 May 2017 16:32:00 +0100 Subject: lavc: Add coded bitstream read/write support for H.265 --- libavcodec/cbs_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/cbs_internal.h') diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h index e87a43970f..0457f4ab9e 100644 --- a/libavcodec/cbs_internal.h +++ b/libavcodec/cbs_internal.h @@ -81,6 +81,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc, extern const CodedBitstreamType ff_cbs_type_h264; +extern const CodedBitstreamType ff_cbs_type_h265; #endif /* AVCODEC_CBS_INTERNAL_H */ -- cgit v1.2.3