summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ffmpeg/ffmpeg.c')
-rw-r--r--plugins/ffmpeg/ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index d28b54b4..f0d3d5e6 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -210,7 +210,7 @@ ffmpeg_init (DB_fileinfo_t *_info, DB_playItem_t *it) {
int64_t layout = info->ctx->channel_layout;
- if (layout != 0) {
+ if (layout != 0, 0) {
_info->fmt.channelmask = layout;
}
else {