From 3d55340c6d22e68ee6b9eaac44fa80969fc1ba4b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jun 2015 15:02:03 +0200 Subject: af: restore detaching of PCM filters when using spdif Basically, af_fix_format_conversion() behaves stupid you insert a conversion filter that won't work, and adding back the conversion test function is the simplest fix to it. --- audio/filter/af.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/filter/af.h') diff --git a/audio/filter/af.h b/audio/filter/af.h index b35901232d..e8beac9631 100644 --- a/audio/filter/af.h +++ b/audio/filter/af.h @@ -161,4 +161,6 @@ int af_from_dB(int n, float *in, float *out, float k, float mi, float ma); int af_from_ms(int n, float *in, int *out, int rate, float mi, float ma); float af_softclip(float a); +bool af_lavrresample_test_conversion(int src_format, int dst_format); + #endif /* MPLAYER_AF_H */ -- cgit v1.2.3