From ed93ed5ee320db299dc8c65d59c4f25e2eb0acdc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2017 20:00:49 +0200 Subject: avfilter: don't anonymously typedef structs Signed-off-by: Paul B Mahol --- libavfilter/ebur128.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/ebur128.h') diff --git a/libavfilter/ebur128.h b/libavfilter/ebur128.h index b94cd24928..74367545e8 100644 --- a/libavfilter/ebur128.h +++ b/libavfilter/ebur128.h @@ -100,7 +100,7 @@ struct FFEBUR128StateInternal; * * You should not need to modify this struct directly. */ -typedef struct { +typedef struct FFEBUR128State { int mode; /**< The current mode. */ unsigned int channels; /**< The number of channels. */ unsigned long samplerate; /**< The sample rate. */ -- cgit v1.2.1