mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
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:
parent
5081012eb8
commit
23659fdb81
@ -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…
Reference in New Issue
Block a user