summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg2jpeg_bsf.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-21 04:19:07 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-24 05:00:15 +0200
commita501947a840debe772458764d2b4595e403678d2 (patch)
treef9680471f5b30535193ff359c52a74bcaba67c70 /libavcodec/mjpeg2jpeg_bsf.c
parent88a37f0f5bf05790564b2c7b1d001cbc29495fdf (diff)
avcodec/mjpeg2jpeg_bsf: Remove unnecessary header
libavutil/mem.h is unneeded since 33d18982fa03feb061c8f744a4f0a9175c1f63ab, the commit that introduced the new packet-based bsf API, because with this switch the allocations were no longer performed directly, but by av_new_packet(). Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mjpeg2jpeg_bsf.c')
-rw-r--r--libavcodec/mjpeg2jpeg_bsf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mjpeg2jpeg_bsf.c b/libavcodec/mjpeg2jpeg_bsf.c
index 6f02bc033c..76605b2805 100644
--- a/libavcodec/mjpeg2jpeg_bsf.c
+++ b/libavcodec/mjpeg2jpeg_bsf.c
@@ -27,7 +27,6 @@
#include <string.h>
#include "libavutil/error.h"
-#include "libavutil/mem.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"