summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-29 00:50:26 +0200
committerwm4 <wm4@nowhere>2012-08-29 00:50:26 +0200
commitcafa00841fc1d0515a2063e7c64d884ad2019658 (patch)
treeacc85fcb96b0e166c2a5836f1784418df7391213 /m_option.c
parent7c45be712f93dc965fd6c8393aa476d42cbbd64d (diff)
downloadmpv-cafa00841fc1d0515a2063e7c64d884ad2019658.tar.bz2
mpv-cafa00841fc1d0515a2063e7c64d884ad2019658.tar.xz
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.
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
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)