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:
parent
20ca491664
commit
35ec5c819b
33 changed files with 175 additions and 130 deletions
|
|
@ -20,14 +20,13 @@
|
|||
*/
|
||||
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/crc.h"
|
||||
#include "libavutil/dict.h"
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
#include "avio_internal.h"
|
||||
#include "demux.h"
|
||||
#include "id3v2.h"
|
||||
#include "id3v1.h"
|
||||
#include "replaygain.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue