summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_scaletempo.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-07 21:38:39 +0200
committerwm4 <wm4@nowhere>2015-04-07 21:38:39 +0200
commit36ae8a6cab69f849b3e78ddf6840e5f95c86c659 (patch)
tree846c83729a728cb78acd45d610740bd6b09e8b8a /audio/filter/af_scaletempo.c
parent579c4dac34546357a5fd1dfd67712df6a5930bf6 (diff)
downloadmpv-36ae8a6cab69f849b3e78ddf6840e5f95c86c659.tar.bz2
mpv-36ae8a6cab69f849b3e78ddf6840e5f95c86c659.tar.xz
audio: automatically deatch filters if spdif prevents their use
Fixes #1743 and partially #1780.
Diffstat (limited to 'audio/filter/af_scaletempo.c')
-rw-r--r--audio/filter/af_scaletempo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/filter/af_scaletempo.c b/audio/filter/af_scaletempo.c
index 1f187a98bc..ad8e520601 100644
--- a/audio/filter/af_scaletempo.c
+++ b/audio/filter/af_scaletempo.c
@@ -303,11 +303,6 @@ static int control(struct af_instance *af, int cmd, void *arg)
int nch = data->nch;
int use_int = 0;
- if (AF_FORMAT_IS_SPECIAL(data->format)) {
- MP_ERR(af, "Changing speed is not supported with spdif formats.\n");
- return AF_ERROR;
- }
-
mp_audio_force_interleaved_format(data);
mp_audio_copy_config(af->data, data);