summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-17 15:52:18 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:37 +0200
commit3452e2e907943dce4aeb4659f08bb2f966ea43ec (patch)
treed2cce3066626a5995b17bcffebd9eed5027a665d /libaf/af.c
parent14e4bb7d7069f88b11cfc630d1cefa0d0100d019 (diff)
downloadmpv-3452e2e907943dce4aeb4659f08bb2f966ea43ec.tar.bz2
mpv-3452e2e907943dce4aeb4659f08bb2f966ea43ec.tar.xz
libaf: Make af_reinit "public", to allow using it in future patches
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32504 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libaf/af.c b/libaf/af.c
index 0190a75f5e..47eb9fa5b0 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -248,10 +248,7 @@ void af_remove(af_stream_t* s, af_instance_t* af)
free(af);
}
-/* Reinitializes all filters downstream from the filter given in the
- argument the return value is AF_OK if success and AF_ERROR if
- failure */
-static int af_reinit(af_stream_t* s, af_instance_t* af)
+int af_reinit(af_stream_t* s, af_instance_t* af)
{
do{
af_data_t in; // Format of the input to current filter