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

Commit c55c3de6 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

am: 0a569e17

Change-Id: I04366b8df0c39cc550e07f54873b59a01e32c6fd
parents c1e4ca81 0a569e17
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());