summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 19:52:26 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:37:50 +0200
commit284313c664293cbbf115d1b41353b43a4c0dcb94 (patch)
tree3c8a0a8fda0f811a2be90b1007511a61e64b107c /libavformat/internal.h
parent3cfae9e038a501d89af6cd11b6843e31dcf3c161 (diff)
avformat/utils: Move parser functions to a new file, demux_utils.c
This file is both for the various public APIs that are demuxer-only as well as for the demuxer-only internal functions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index b72c051afe..cbd8b2170d 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -415,8 +415,6 @@ static av_always_inline const FFStream *cffstream(const AVStream *st)
return (FFStream*)st;
}
-void avpriv_stream_set_need_parsing(AVStream *st, enum AVStreamParseType type);
-
#ifdef __GNUC__
#define dynarray_add(tab, nb_ptr, elem)\
do {\