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>
This commit is contained in:
Andreas Rheinhardt
2022-05-06 18:28:08 +02:00
parent 20ca491664
commit 35ec5c819b
33 changed files with 175 additions and 130 deletions

View File

@@ -22,6 +22,7 @@
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
typedef struct BRSTMCoeffOffset {