summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_internal.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-14 16:32:00 +0100
committerMark Thompson <sw@jkqxz.net>2017-08-12 22:17:20 +0100
commit867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 (patch)
treedff2a731457d3eb95a908532e18b7d40ca1531fb /libavcodec/cbs_internal.h
parentacf06f45441be24c5cbae0920579cd69427326a1 (diff)
downloadffmpeg-streaming-867381b8b51fa21fa2b8f071f508f3d39cc9c1f0.zip
ffmpeg-streaming-867381b8b51fa21fa2b8f071f508f3d39cc9c1f0.tar.gz
lavc: Add coded bitstream read/write support for H.265
Diffstat (limited to 'libavcodec/cbs_internal.h')
-rw-r--r--libavcodec/cbs_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h
index e87a439..0457f4a 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 */
OpenPOWER on IntegriCloud