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

Commit 5e5d9d78 authored by Dheeraj Sharma's avatar Dheeraj Sharma Committed by Android Git Automerger
Browse files

am 7e768504: VideoEditor: Fix for issue 3387848 and 3375632

* commit '7e768504a0222d68ab2f9e80fbd670df033aafdb':
  VideoEditor: Fix for issue 3387848 and 3375632
parents 1d2b8e15 73310052
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1029,6 +1029,9 @@ M4OSA_ERR VideoEditor3gpReader_getNextAu(M4OSA_Context context,
                            LOGV("SYNC FRAME FOUND--%d", i32Tmp);
                        pAu->attribute = AU_RAP;
                    }
                    else {
                        pAu->attribute = AU_P_Frame;
                    }
                    mMediaBuffer->meta_data()->findInt64(kKeyTime,
                        (int64_t*)&tempTime64);
                } else {
@@ -1050,6 +1053,9 @@ M4OSA_ERR VideoEditor3gpReader_getNextAu(M4OSA_Context context,
                    LOGV("SYNC FRAME FOUND--%d", i32Tmp);
                    pAu->attribute = AU_RAP;
                }
                else {
                    pAu->attribute = AU_P_Frame;
                }
                mMediaBuffer->meta_data()->findInt64(kKeyTime,
                    (int64_t*)&tempTime64);
                LOGV("VE3gpReader_getNextAu: video no seek time = %lld:",