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; }