X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fasfdec_f.c;h=7c31cfaee470c82784ab335604772a9ce5c3319c;hb=ba42096d9acb73cc9b74685bf822a3180d96bab5;hp=a30b7d72128e3d7764e86d9265720673cdfeda70;hpb=f30132f9c4061081a4e7bd6df5cacb179b137b68;p=ffmpeg diff --git a/libavformat/asfdec_f.c b/libavformat/asfdec_f.c index a30b7d72128..7c31cfaee47 100644 --- a/libavformat/asfdec_f.c +++ b/libavformat/asfdec_f.c @@ -1420,11 +1420,6 @@ static int asf_parse_packet(AVFormatContext *s, AVIOContext *pb, AVPacket *pkt) } asf_st->frag_offset = 0; *pkt = asf_st->pkt; -#if FF_API_DESTRUCT_PACKET -FF_DISABLE_DEPRECATION_WARNINGS - asf_st->pkt.destruct = NULL; -FF_ENABLE_DEPRECATION_WARNINGS -#endif asf_st->pkt.buf = 0; asf_st->pkt.size = 0; asf_st->pkt.data = 0;