diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-05-14 16:32:00 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-10-17 20:56:29 +0100 |
commit | 9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (patch) | |
tree | 23fdcf750ba5d7b86805c20f5862562a43681a60 /libavcodec/cbs.h | |
parent | b4c915f4b3e15c3e787e319b961e4389762f6309 (diff) | |
download | ffmpeg-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.h')
-rw-r--r-- | libavcodec/cbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h index a64430667b..a367fd0bf6 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -44,6 +44,7 @@ struct CodedBitstreamType; * The codec-specific type of a bitstream unit. * * H.264 / AVC: nal_unit_type + * H.265 / HEVC: nal_unit_type */ typedef uint32_t CodedBitstreamUnitType; |