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

Commit 19900787 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix OMXCodec members order, resolve warning in libstagefright initializer" into gingerbread

parents 70d18f68 1474f08d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1504,6 +1504,7 @@ OMXCodec::OMXCodec(
      mComponentName(strdup(componentName)),
      mSource(source),
      mCodecSpecificDataIndex(0),
      mPmemInfo(NULL),
      mState(LOADED),
      mInitialBufferSubmit(true),
      mSignalledEOS(false),
@@ -1514,8 +1515,7 @@ OMXCodec::OMXCodec(
      mTargetTimeUs(-1),
      mSkipTimeUs(-1),
      mLeftOverBuffer(NULL),
      mPaused(false),
      mPmemInfo(NULL){
      mPaused(false){
    mPortStatus[kPortIndexInput] = ENABLED;
    mPortStatus[kPortIndexOutput] = ENABLED;