[FFmpeg-devel] [PATCH 08/10] ffplay: make audio params channel layout int64
Marton Balint
cus at passwd.hu
Sat Feb 23 02:30:39 CET 2013
Signed-off-by: Marton Balint <cus at passwd.hu>
---
ffplay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index 635755b..5acbdff 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;
--
1.7.10.4
More information about the ffmpeg-devel
mailing list