Browse Source

avcodec/dump_extradata_bsf: Remove unnecessary header

Since 33d18982fa (the commit that
introduced the new bsf API) allocating an enlarged buffer in case
extradata needs to be added to a packet is done via av_new_packet(),
so that libavutil/mem.h is no longer needed.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.3
Andreas Rheinhardt 5 years ago
parent
commit
60f9ecdccd
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/dump_extradata_bsf.c

+ 0
- 1
libavcodec/dump_extradata_bsf.c View File

@@ -24,7 +24,6 @@
#include "bsf.h"

#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"

enum DumpFreq {


Loading…
Cancel
Save