Commit a3fa27e3 authored by Stefano Sabatini's avatar Stefano Sabatini

ffplay: set type for channel_layout AudioParams field to int64_t

Reflect the type of the corresponding field in lavc/lavfi.
parent 566560b8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment