diff --git a/ffplay.c b/ffplay.c
index 83cf4ac4babc3182177472b7853523a33e3a9de1..3309e4291cdbf24107cb3f20697e600344a75a44 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -139,7 +139,7 @@ typedef struct SubPicture {
 typedef struct AudioParams {
     int freq;
     int channels;
-    int channel_layout;
+    int64_t channel_layout;
     enum AVSampleFormat fmt;
 } AudioParams;