Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 19:28:08 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 08:37:38 +0300
commit35ec5c819b0f472536eb48e8f3871eb5ca222da6 (patch)
treebaa0423f54594b4d020f38114ff06034cec6707b /libavformat/seek.c
parent20ca491664513c936f7960473b833038b0d5ca99 (diff)
avformat/demux: Add new demux.h header
And move those stuff already in demuxer-only files to it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/seek.c')
-rw-r--r--libavformat/seek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c
index 890aea7f8a..3b1c75f1b1 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -27,6 +27,7 @@
#include "avformat.h"
#include "avio_internal.h"
+#include "demux.h"
#include "internal.h"
void avpriv_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp)