summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 20:53:12 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:42:22 +0200
commit92a43ad3842b8422dd0e88cfd66cf0f284e5015a (patch)
tree994bd0d8d5f3ca073603f603c93e3b30ce52a793 /libavformat/apetag.c
parent3c3c13e67b72d9c4e0615e744ef2c1cdf8b2701e (diff)
avformat/utils: Move ff_add_attached_pic to demux_utils.c
It is demuxer-only: It potentially adds an AVStream and it sets AVStream.attached_pic. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/apetag.c')
-rw-r--r--libavformat/apetag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/apetag.c b/libavformat/apetag.c
index cc6becc182..e861aac0f8 100644
--- a/libavformat/apetag.c
+++ b/libavformat/apetag.c
@@ -26,6 +26,7 @@
#include "avformat.h"
#include "avio_internal.h"
#include "apetag.h"
+#include "demux.h"
#include "internal.h"
#include "mux.h"