diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 18:37:18 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-10 07:37:43 +0200 |
commit | 3cfae9e038a501d89af6cd11b6843e31dcf3c161 (patch) | |
tree | e65510d0b0253e1f05d96686f02a5339a8abb541 /libavformat/utils.c | |
parent | 35ec5c819b0f472536eb48e8f3871eb5ca222da6 (diff) | |
download | ffmpeg-3cfae9e038a501d89af6cd11b6843e31dcf3c161.tar.gz |
avformat/internal: Move definition of FFStream->info to demux.h
It is only used by avformat_find_stream_info().
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 5bda45d124..175f9caf8a 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -40,6 +40,7 @@ #include "avformat.h" #include "avio_internal.h" +#include "demux.h" #include "internal.h" #if CONFIG_NETWORK #include "network.h" |