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

Commit 0a569e17 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."

am: 3d514b76

Change-Id: I08be36f96ec60fa45358553e347cc24c6acea7cb
parents e5f91f20 3d514b76
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());