mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
ffplay: set type for channel_layout AudioParams field to int64_t
Reflect the type of the corresponding field in lavc/lavfi.
This commit is contained in:
parent
566560b85c
commit
a3fa27e366
2
ffplay.c
2
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user