summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-01 12:00:00 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-02 19:19:28 +0100
commit0374ddb79d4e20aa73ef91496beb2c0811c34ca7 (patch)
treec9066550112a2b905c2e87351c10bd484ebe04ba /libaf/control.h
parente0aef8cf1275cc988007fcb2a099cdd9f92fa374 (diff)
downloadmpv-0374ddb79d4e20aa73ef91496beb2c0811c34ca7.tar.bz2
mpv-0374ddb79d4e20aa73ef91496beb2c0811c34ca7.tar.xz
audio: untypedef af_data and rename it to mp_audio
this is to have something specular to mp_image
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/control.h b/libaf/control.h
index b99d50bcb4..323b9a3924 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -89,7 +89,7 @@ typedef struct af_control_ext_s{
// MANDATORY CALLS
/* Reinitialize filter. The optional argument contains the new
- configuration in form of a af_data_t struct. If the filter does not
+ configuration in form of a struct mp_audio struct. If the filter does not
support the new format the struct should be changed and AF_FALSE
should be returned. If the incoming and outgoing data streams are
identical the filter can return AF_DETACH. This will remove the