This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffplay: set type for channel_layout AudioParams field to int64_t
Reflect the type of the corresponding field in lavc/lavfi.
tags/n1.2
Stefano Sabatini
13 years ago
parent
566560b85c
commit
a3fa27e366
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffplay.c
+ 1
- 1
ffplay.c
View File
@@ -139,7 +139,7 @@ typedef struct SubPicture {
typedef struct AudioParams {
int freq;
int channels;
int channel_layout;
int
64_t
channel_layout;
enum AVSampleFormat fmt;
} AudioParams;
Write
Preview
Loading…
Cancel
Save