diff options
author | wm4 <wm4@nowhere> | 2012-08-29 00:50:26 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-08-29 00:50:26 +0200 |
commit | cafa00841fc1d0515a2063e7c64d884ad2019658 (patch) | |
tree | acc85fcb96b0e166c2a5836f1784418df7391213 /DOCS | |
parent | 7c45be712f93dc965fd6c8393aa476d42cbbd64d (diff) | |
download | mpv-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 'DOCS')
-rw-r--r-- | DOCS/tech-overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt index 6243d358ba..7faffec616 100644 --- a/DOCS/tech-overview.txt +++ b/DOCS/tech-overview.txt @@ -169,7 +169,7 @@ libvo/: vo_vdpau and vo_gl3 should be taken as reference. libaf/: - Audio filter chain. af_format.h/format.c define the audio formats. + Audio filter chain. format.h/format.c define the audio formats. libao2/: Audio outputs. (It was probably named libao2 because libao is already |