lavc: Add coded bitstream read/write support for H.265

(cherry picked from commit 867381b8b5)
(cherry picked from commit f763489364)
(cherry picked from commit 067a9ddeb8)
This commit is contained in:
Mark Thompson
2017-05-14 16:32:00 +01:00
parent b4c915f4b3
commit 9b0c7aa0e4
8 changed files with 2458 additions and 3 deletions

View File

@@ -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;