diff options
author | Memphiz <memphis@machzwo.de> | 2013-09-13 19:26:20 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-09-13 19:26:20 +0200 |
commit | 72f100e0b04850e8045e660bb784bb999cfd36a5 (patch) | |
tree | 9fbf07bec5bf769f42692b78b2c3c9d2ff88cdc8 /lib/DllSwResample.h | |
parent | 429ce9bc69cdee21d3f3be23c1f7147f25b42db6 (diff) |
[externalffmpeg/osx/ios] - fix compile after 429ce9bc69cdee21d3f3be23c1f7147f25b42db6
Diffstat (limited to 'lib/DllSwResample.h')
-rw-r--r-- | lib/DllSwResample.h | 2 |
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 |