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>
This commit is contained in:
Andreas Rheinhardt
2022-05-06 18:37:18 +02:00
parent 35ec5c819b
commit 3cfae9e038
4 changed files with 54 additions and 51 deletions

View File

@@ -40,6 +40,7 @@
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#if CONFIG_NETWORK
#include "network.h"