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. --- libao2/ao_pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/ao_pulse.c') diff --git a/libao2/ao_pulse.c b/libao2/ao_pulse.c index 6c8e7d3385..0b1f22ff8d 100644 --- a/libao2/ao_pulse.c +++ b/libao2/ao_pulse.c @@ -27,7 +27,7 @@ #include #include "config.h" -#include "libaf/af_format.h" +#include "libaf/format.h" #include "mp_msg.h" #include "audio_out.h" #include "input/input.h" -- cgit v1.2.3