Commit 23659fdb authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

generate_wave_table: Add include for AVSampleFormat

Fixes warning in `make checkheaders`.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5081012e
......@@ -19,6 +19,8 @@
#ifndef AVFILTER_GENERATE_WAVE_TABLE_H
#define AVFILTER_GENERATE_WAVE_TABLE_H
#include "libavutil/samplefmt.h"
enum WaveType {
WAVE_SIN,
WAVE_TRI,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment