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-10-17 20:56:29 +0100
commit9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (patch)
tree23fdcf750ba5d7b86805c20f5862562a43681a60 /libavcodec/cbs_internal.h
parentb4c915f4b3e15c3e787e319b961e4389762f6309 (diff)
downloadffmpeg-streaming-9b0c7aa0e446eceec96ba8f4009e004fad29fba3.zip
ffmpeg-streaming-9b0c7aa0e446eceec96ba8f4009e004fad29fba3.tar.gz
lavc: Add coded bitstream read/write support for H.265
(cherry picked from commit 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0) (cherry picked from commit f763489364416bb6866adc4f4a96012dd2ca1bd0) (cherry picked from commit 067a9ddeb8feff1f724856f0054930c55219f76b)
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 2d417d4..f8263be 100644
--- a/libavcodec/cbs_internal.h
+++ b/libavcodec/cbs_internal.h
@@ -84,6 +84,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