avutil/avassert: Don't include avutil.h

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2021-07-23 17:50:51 +02:00
parent 155cd6baa4
commit 84f16bb5e6
15 changed files with 19 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@
#include <math.h>
#include "libavutil/avassert.h"
#include "libavutil/common.h"
enum WindowFunc { WFUNC_RECT, WFUNC_HANNING, WFUNC_HAMMING, WFUNC_BLACKMAN,
WFUNC_BARTLETT, WFUNC_WELCH, WFUNC_FLATTOP,