summaryrefslogtreecommitdiff
path: root/libavformat/ipmovie.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 21:00:50 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:42:46 +0200
commitf104352b918c8ec8f74c0e974cd11e366275e8e9 (patch)
tree55b79d7722b10e011ec492d6c92db89720b5cd9d /libavformat/ipmovie.c
parent92a43ad3842b8422dd0e88cfd66cf0f284e5015a (diff)
downloadffmpeg-f104352b918c8ec8f74c0e974cd11e366275e8e9.tar.gz
avformat/utils: Move ff_add_param_change to demux_utils.c
Only demuxers have a need to add side-data to a packet. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/ipmovie.c')
-rw-r--r--libavformat/ipmovie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index 793f1f6fee..4f5c164d3f 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -35,6 +35,7 @@
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
+#include "demux.h"
#include "internal.h"
#define CHUNK_PREAMBLE_SIZE 4