mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
35ec5c819b
commit
3cfae9e038
4 changed files with 54 additions and 51 deletions
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include "avformat.h"
|
||||
#include "avio_internal.h"
|
||||
#include "demux.h"
|
||||
#include "internal.h"
|
||||
#if CONFIG_NETWORK
|
||||
#include "network.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue