summaryrefslogtreecommitdiffstats
path: root/thirdparties/iphone/include/libswresample/swresample.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/iphone/include/libswresample/swresample.h')
-rwxr-xr-xthirdparties/iphone/include/libswresample/swresample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparties/iphone/include/libswresample/swresample.h b/thirdparties/iphone/include/libswresample/swresample.h
index ac87207..cf73401 100755
--- a/thirdparties/iphone/include/libswresample/swresample.h
+++ b/thirdparties/iphone/include/libswresample/swresample.h
@@ -137,7 +137,7 @@ void swr_free(struct SwrContext **s);
* @return number of samples output per channel, negative value on error
*/
int swr_convert(struct SwrContext *s, uint8_t **out, int out_count,
- const uint8_t **in , int in_count);
+ const uint8_t **in , int in_count);
/**
* Convert the next timestamp from input to output
OpenPOWER on IntegriCloud