summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-06-01 11:44:00 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-06-01 14:52:26 +0200
commitf02b1b12221843e4817e16f4fa210790a8c26184 (patch)
treebd9a0db552791158df76dd140fc40006107a6225 /libavcodec/internal.h
parentdd76226842f268c7f85a125da1834e3af2413be4 (diff)
avcodec/encode: Remove ff_alloc_packet
It is no longer used anymore. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 0e3415d69b..d09c3167ed 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -250,8 +250,6 @@ void ff_color_frame(AVFrame *frame, const int color[4]);
*/
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size);
-attribute_deprecated int ff_alloc_packet(AVPacket *avpkt, int size);
-
/**
* Rescale from sample rate to AVCodecContext.time_base.
*/