From 01bcc2d5c23fa757d163530abb396fd02f1be7c8 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Jul 2015 14:30:23 +0100 Subject: lavc: Drop deprecated destruct_packet related functions Deprecated in 10/2012. --- libavformat/psxstr.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/psxstr.c') diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index e662ed788d..573ef0a346 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -203,11 +203,6 @@ static int str_read_packet(AVFormatContext *s, pkt->data= NULL; pkt->size= -1; pkt->buf = NULL; -#if FF_API_DESTRUCT_PACKET -FF_DISABLE_DEPRECATION_WARNINGS - pkt->destruct = NULL; -FF_ENABLE_DEPRECATION_WARNINGS -#endif return 0; } -- cgit v1.2.3