avformat/utils: Move ff_get_extradata to demux_utils.c
It is only used by demuxers (although it is hypothetically possible that some day e.g. a protocol might need it, but that is unlikely given that they don't deal with AVCodecParameters). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
aef16886dd
commit
a085cfa654
23 changed files with 45 additions and 28 deletions
|
|
@ -22,13 +22,12 @@
|
|||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "demux.h"
|
||||
#include "internal.h"
|
||||
#include "isom.h"
|
||||
#include "libavcodec/mpeg4audio.h"
|
||||
#include "libavcodec/mpegaudiodata.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
|
||||
/* http://www.mp4ra.org */
|
||||
/* ordered by muxing preference */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue