diff --git a/ffplay.c b/ffplay.c index 83cf4ac4ba..3309e4291c 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;