summaryrefslogtreecommitdiffstats
path: root/libaf
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 /libaf
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 'libaf')
-rw-r--r--libaf/af.h2
-rw-r--r--libaf/format.h (renamed from libaf/af_format.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af.h b/libaf/af.h
index ceca34c90d..4542b32c60 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -24,7 +24,7 @@
#include "config.h"
#include "options.h"
-#include "af_format.h"
+#include "libaf/format.h"
#include "control.h"
#include "cpudetect.h"
#include "mp_msg.h"
diff --git a/libaf/af_format.h b/libaf/format.h
index 36f5c3fb59..36f5c3fb59 100644
--- a/libaf/af_format.h
+++ b/libaf/format.h