summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:03:03 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commit686e388bbb6aeef077095a83f84b53d143d44d63 (patch)
treecfcd19745c52c01c4ecba66863e818d349f5ab59 /libavcodec/cbs.h
parent9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (diff)
downloadffmpeg-686e388bbb6aeef077095a83f84b53d143d44d63.tar.gz
lavc: Add coded bitstream read/write support for MPEG-2
(cherry picked from commit 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01) (cherry picked from commit a41b69b5eb950c10d8ede472bcc4e88ce4246db9)
Diffstat (limited to 'libavcodec/cbs.h')
-rw-r--r--libavcodec/cbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h
index a367fd0bf6..ff97880610 100644
--- a/libavcodec/cbs.h
+++ b/libavcodec/cbs.h
@@ -45,6 +45,7 @@ struct CodedBitstreamType;
*
* H.264 / AVC: nal_unit_type
* H.265 / HEVC: nal_unit_type
+ * MPEG-2: start code value (without prefix)
*/
typedef uint32_t CodedBitstreamUnitType;