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. --- stream/tvi_v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tvi_v4l2.c') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 0490677961..4a5a2d4141 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -57,7 +57,7 @@ known issues: #endif #include "mp_msg.h" #include "libmpcodecs/img_format.h" -#include "libaf/af_format.h" +#include "libaf/format.h" #include "tv.h" #include "audio_in.h" -- cgit v1.2.3