diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-06-22 22:42:51 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-05-02 01:21:33 +0100 |
commit | b5df289eb771e3cd45a5e02b6c3ad05df34df291 (patch) | |
tree | 2932f3b329c23520767561e174b79730e89b6179 /libavcodec/cbs.h | |
parent | 300ef253141fbebf9b201de676db1bb9e4298c40 (diff) | |
download | ffmpeg-b5df289eb771e3cd45a5e02b6c3ad05df34df291.tar.gz |
lavc: Add coded bitstream read/write support for VP9
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 487358afaf..53ac360bb1 100644 --- a/libavcodec/cbs.h +++ b/libavcodec/cbs.h @@ -48,6 +48,7 @@ struct CodedBitstreamType; * H.264 / AVC: nal_unit_type * H.265 / HEVC: nal_unit_type * MPEG-2: start code value (without prefix) + * VP9: unused, set to zero (every unit is a frame) */ typedef uint32_t CodedBitstreamUnitType; |