From cafa00841fc1d0515a2063e7c64d884ad2019658 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Aug 2012 00:50:26 +0200 Subject: libaf: rename af_format.h to format.h af_format.h declares some symbols which are defined in format.c. The fact that af_format.c is a completely unrelated file is rather confusing. Having the header and implementation file use the same base name is more uniform. (af_format.c is the audio conversion filter, while af_format.h and format.c are about audio formats and their properties.) Also fix all source files which include this file. --- m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index e4c7759f50..583c2252c5 100644 --- a/m_option.c +++ b/m_option.c @@ -951,7 +951,7 @@ const m_option_type_t m_option_type_imgfmt = { .copy = copy_opt, }; -#include "libaf/af_format.h" +#include "libaf/format.h" static int parse_afmt(const m_option_t *opt, struct bstr name, struct bstr param, void *dst) -- cgit v1.2.3