summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-06 12:37:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-08 22:59:14 +0200
commitfd43b868e1293b4d72323a861994f65456d060b6 (patch)
treef6e30127b1175ed725ba8eecbca820b362027e2f /libavcodec/cbs.h
parent97bc4695fb7a51574d863812af58ab63746558fd (diff)
avcodec/cbs: Make ff_cbs_alloc_unit_data() static
Forgotten in 7c92eaace2b338e0b3acc18e1543b365610578fd. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/cbs.h')
-rw-r--r--libavcodec/cbs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/cbs.h b/libavcodec/cbs.h
index bd97d163b1..87ea14cd07 100644
--- a/libavcodec/cbs.h
+++ b/libavcodec/cbs.h
@@ -380,15 +380,6 @@ int ff_cbs_alloc_unit_content(CodedBitstreamUnit *unit,
int ff_cbs_alloc_unit_content2(CodedBitstreamContext *ctx,
CodedBitstreamUnit *unit);
-
-/**
- * Allocate a new internal data buffer of the given size in the unit.
- *
- * The data buffer will have input padding.
- */
-int ff_cbs_alloc_unit_data(CodedBitstreamUnit *unit,
- size_t size);
-
/**
* Insert a new unit into a fragment with the given content.
*