Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96de55f3 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "GenericSource should report -1 instead of 0 for unknown duration" into mnc-dev

parents ad9cb8b8 02fc5e3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ NuPlayer::GenericSource::GenericSource(
      mVideoLastDequeueTimeUs(0),
      mFetchSubtitleDataGeneration(0),
      mFetchTimedTextDataGeneration(0),
      mDurationUs(0ll),
      mDurationUs(-1ll),
      mAudioIsVorbis(false),
      mIsWidevine(false),
      mIsSecure(false),