mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/audio_fifo: Avoid avutil.h inclusion
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
321a3c244d
commit
99b5956af1
|
@ -24,10 +24,13 @@
|
|||
* Audio FIFO
|
||||
*/
|
||||
|
||||
#include "avutil.h"
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "audio_fifo.h"
|
||||
#include "common.h"
|
||||
#include "error.h"
|
||||
#include "fifo.h"
|
||||
#include "macros.h"
|
||||
#include "mem.h"
|
||||
#include "samplefmt.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef AVUTIL_AUDIO_FIFO_H
|
||||
#define AVUTIL_AUDIO_FIFO_H
|
||||
|
||||
#include "avutil.h"
|
||||
#include "attributes.h"
|
||||
#include "samplefmt.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue