From a4e0b108685b8ff556ae797238c8a2346b7c1462 Mon Sep 17 00:00:00 2001 From: Rainer Hochecker Date: Mon, 5 Oct 2015 15:26:17 +0200 Subject: [PATCH] squash flac --- xbmc/cores/VideoPlayer/DVDStreamInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xbmc/cores/VideoPlayer/DVDStreamInfo.cpp b/xbmc/cores/VideoPlayer/DVDStreamInfo.cpp index 3211ecafe9309..d15d746bf062b 100644 --- a/xbmc/cores/VideoPlayer/DVDStreamInfo.cpp +++ b/xbmc/cores/VideoPlayer/DVDStreamInfo.cpp @@ -71,6 +71,7 @@ void CDVDStreamInfo::Clear() blockalign = 0; bitrate = 0; bitspersample = 0; + channellayout = 0; orientation = 0; }