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

Commit 31496f67 authored by beattyblue.kim's avatar beattyblue.kim Committed by android-build-merger
Browse files

Merge "LiveSession: Fixed a bug that set invalid metadata key for subtitles."...

Merge "LiveSession: Fixed a bug that set invalid metadata key for subtitles." am: 3d514b76 am: 0a569e17
am: c55c3de6

Change-Id: I15ae6376fabb6b41710c1bf1c8c88f0c56e563fc
parents ca661452 c55c3de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ status_t LiveSession::dequeueAccessUnit(
               return -EAGAIN;
            };
            (*accessUnit)->meta()->setInt32(
                    "trackIndex", mPlaylist->getSelectedIndex());
                    "track-index", mPlaylist->getSelectedIndex());
            (*accessUnit)->meta()->setInt64("baseUs", mRealTimeBaseUs);
        } else if (stream == STREAMTYPE_METADATA) {
            HLSTime mdTime((*accessUnit)->meta());