mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +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
|
#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,
|
||||||
|
Loading…
Reference in New Issue
Block a user