Commit a501947a authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/mjpeg2jpeg_bsf: Remove unnecessary header

libavutil/mem.h is unneeded since 33d18982,
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: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 88a37f0f
......@@ -27,7 +27,6 @@
#include <string.h>
#include "libavutil/error.h"
#include "libavutil/mem.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment