Merge "mm-audio: omx: Fix OMX encoders timestamp"

This commit is contained in:
Linux Build Service Account 2015-08-09 00:22:22 -07:00 committed by Gerrit - the friendly Code Review server
commit d028157708
4 changed files with 4 additions and 4 deletions

View File

@ -414,8 +414,8 @@ private:
unsigned int offset_to_frame;
unsigned int frame_size;
unsigned int encoded_pcm_samples;
unsigned int msw_ts;
unsigned int lsw_ts;
unsigned int msw_ts;
unsigned int nflags;
} __attribute__ ((packed))ENC_META_OUT;

View File

@ -341,8 +341,8 @@ private:
unsigned int offset_to_frame;
unsigned int frame_size;
unsigned int encoded_pcm_samples;
unsigned int msw_ts;
unsigned int lsw_ts;
unsigned int msw_ts;
unsigned int nflags;
} __attribute__ ((packed))ENC_META_OUT;

View File

@ -342,8 +342,8 @@ private:
unsigned int offset_to_frame;
unsigned int frame_size;
unsigned int encoded_pcm_samples;
unsigned int msw_ts;
unsigned int lsw_ts;
unsigned int msw_ts;
unsigned int nflags;
} __attribute__ ((packed))ENC_META_OUT;

View File

@ -342,8 +342,8 @@ private:
unsigned int offset_to_frame;
unsigned int frame_size;
unsigned int encoded_pcm_samples;
unsigned int msw_ts;
unsigned int lsw_ts;
unsigned int msw_ts;
unsigned int nflags;
} __attribute__ ((packed))ENC_META_OUT;