summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 53883101a8..0f8da367d0 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -236,7 +236,7 @@ int ff_parse_sample_rate(int *ret, const char *arg, void *log_ctx);
* @return >= 0 in case of success, a negative AVERROR code on error
*/
av_warn_unused_result
-int ff_parse_channel_layout(int64_t *ret, int *nret, const char *arg,
+int ff_parse_channel_layout(AVChannelLayout *ret, int *nret, const char *arg,
void *log_ctx);
void ff_update_link_current_pts(AVFilterLink *link, int64_t pts);