aboutsummaryrefslogtreecommitdiff
path: root/lib/DllSwResample.h
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-09-13 19:26:20 +0200
committerMemphiz <memphis@machzwo.de>2013-09-13 19:26:20 +0200
commit72f100e0b04850e8045e660bb784bb999cfd36a5 (patch)
tree9fbf07bec5bf769f42692b78b2c3c9d2ff88cdc8 /lib/DllSwResample.h
parent429ce9bc69cdee21d3f3be23c1f7147f25b42db6 (diff)
[externalffmpeg/osx/ios] - fix compile after 429ce9bc69cdee21d3f3be23c1f7147f25b42db6
Diffstat (limited to 'lib/DllSwResample.h')
-rw-r--r--lib/DllSwResample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DllSwResample.h b/lib/DllSwResample.h
index 626fb3e6e4..854d25073c 100644
--- a/lib/DllSwResample.h
+++ b/lib/DllSwResample.h
@@ -84,7 +84,7 @@ public:
virtual int64_t swr_get_delay(struct SwrContext *s, int64_t base) { return ::swr_get_delay(s, base); }
virtual int swr_set_channel_mapping (struct SwrContext *s, const int *channel_map) { return ::swr_set_channel_mapping(s, channel_map); }
virtual int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) { return ::swr_set_matrix(s, matrix, stride); }
- virtual int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance) { return ::int swr_set_compensation(s, sample_delta, compensation_distance); }
+ virtual int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance) { return ::swr_set_compensation(s, sample_delta, compensation_distance); }
};
#else