]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asfdec_f.c
Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'
[ffmpeg] / libavformat / asfdec_f.c
index a30b7d72128e3d7764e86d9265720673cdfeda70..7c31cfaee470c82784ab335604772a9ce5c3319c 100644 (file)
@@ -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;