Skip to content

Commit

Permalink
fixed: Flagging video aspect ratio was broken (partially fixes xbmc#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
arnova committed Jun 5, 2019
1 parent 679fdbf commit e116064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/VideoPlayer.cpp
Expand Up @@ -521,6 +521,7 @@ void CSelectionStreams::Update(std::shared_ptr<CDVDInputStream> input, CDVDDemux
s.height = vstream->iHeight;
s.stereo_mode = vstream->stereo_mode;
s.bitrate = vstream->iBitRate;
s.aspect_ratio = vstream->fAspect;
}
if(stream->type == STREAM_AUDIO)
{
Expand Down

0 comments on commit e116064

Please sign in to comment.