summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-25 11:51:57 +0100
committerMans Rullgard <mans@mansr.com>2012-09-15 13:50:35 +0100
commitcb6632809d27a0dfe2f63fea1c656bd39ce046ed (patch)
tree68d9ed38edb420ba894e045c2ee39940b7ae0db3 /libavcodec/avcodec.h
parent1c56cdad337a39951f26b17bdc8068d75a19ffca (diff)
libavcodec: remove av_destruct_packet_nofree()
This function was deprecated two major versions ago (2009). Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8a091bd524..d0c5e07d10 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3334,11 +3334,6 @@ void avsubtitle_free(AVSubtitle *sub);
*/
/**
- * @deprecated use NULL instead
- */
-attribute_deprecated void av_destruct_packet_nofree(AVPacket *pkt);
-
-/**
* Default packet destructor.
*/
void av_destruct_packet(AVPacket *pkt);