generate_wave_table: Add include for AVSampleFormat

Fixes warning in `make checkheaders`.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Timothy Gu 2015-02-05 23:27:35 -08:00 committed by Michael Niedermayer
parent 5081012eb8
commit 23659fdb81

View File

@ -19,6 +19,8 @@
#ifndef AVFILTER_GENERATE_WAVE_TABLE_H #ifndef AVFILTER_GENERATE_WAVE_TABLE_H
#define AVFILTER_GENERATE_WAVE_TABLE_H #define AVFILTER_GENERATE_WAVE_TABLE_H
#include "libavutil/samplefmt.h"
enum WaveType { enum WaveType {
WAVE_SIN, WAVE_SIN,
WAVE_TRI, WAVE_TRI,