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

Commit ae8149b8 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Refactor MPEG4Writer::writeTrackHeader() method"

parents 37f269cd b21c564c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -159,6 +159,9 @@ private:
    bool isFileStreamable() const;
    void trackProgressStatus(size_t trackId, int64_t timeUs, status_t err = OK);
    void writeCompositionMatrix(int32_t degrees);
    void writeMvhdBox(int64_t durationUs);
    void writeMoovBox(int64_t durationUs);
    void writeFtypBox(MetaData *param);

    MPEG4Writer(const MPEG4Writer &);
    MPEG4Writer &operator=(const MPEG4Writer &);
+520 −420

File changed.

Preview size limit exceeded, changes collapsed.