summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 21:28:57 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:45:58 +0200
commita085cfa65414ff4346d8367cfb54d50d4925396f (patch)
treecc6c802f6f5e3fd40d447bf3d442834be839c1f5 /libavformat/isom.c
parentaef16886dde59d41bdeef8dfe78cd7d9055bf50e (diff)
avformat/utils: Move ff_get_extradata to demux_utils.c
It is only used by demuxers (although it is hypothetically possible that some day e.g. a protocol might need it, but that is unlikely given that they don't deal with AVCodecParameters). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index e6569dfb68..0a87d95792 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -22,13 +22,12 @@
*/
#include "avformat.h"
+#include "demux.h"
#include "internal.h"
#include "isom.h"
#include "libavcodec/mpeg4audio.h"
#include "libavcodec/mpegaudiodata.h"
-#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
-#include "libavutil/intreadwrite.h"
/* http://www.mp4ra.org */
/* ordered by muxing preference */