generate_wave_table: Add include for AVSampleFormat

Fixes warning in `make checkheaders`.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/115/head^2
Timothy Gu 10 years ago committed by Michael Niedermayer
parent 5081012eb8
commit 23659fdb81
  1. 2
      libavfilter/generate_wave_table.h

@ -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,

Loading…
Cancel
Save