[FFmpeg-devel] [PATCH 2/2] generate_wave_table: Add include for AVSampleFormat
Timothy Gu
timothygu99 at gmail.com
Fri Feb 6 08:27:35 CET 2015
Fixes warning in `make checkheaders`.
---
libavfilter/generate_wave_table.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/generate_wave_table.h b/libavfilter/generate_wave_table.h
index 37ea2aa..5fe297e 100644
--- a/libavfilter/generate_wave_table.h
+++ b/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,
--
1.9.1
More information about the ffmpeg-devel
mailing list