diff options
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e9aba6aaf9..1d18c36e0b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1209,12 +1209,7 @@ typedef struct AVPacket { * Equals next_pts - this_pts in presentation order. */ int duration; -#if FF_API_DESTRUCT_PACKET - attribute_deprecated - void (*destruct)(struct AVPacket *); - attribute_deprecated - void *priv; -#endif + int64_t pos; ///< byte position in stream, -1 if unknown /** @@ -3576,15 +3571,6 @@ void avsubtitle_free(AVSubtitle *sub); * @{ */ -#if FF_API_DESTRUCT_PACKET -/** - * Default packet destructor. - * @deprecated use the AVBuffer API instead - */ -attribute_deprecated -void av_destruct_packet(AVPacket *pkt); -#endif - /** * Initialize optional fields of a packet with default values. * |