Merge "mm-audio: aenc-aac: fix integer overflow for encoded buffer timestamp calculation"
This commit is contained in:
commit
e10479bae9
|
@ -457,7 +457,7 @@ private:
|
|||
unsigned int m_flags; //encapsulate the waiting states.
|
||||
OMX_U64 nTimestamp;
|
||||
OMX_U64 ts;
|
||||
uint32_t m_frame_count;
|
||||
OMX_U64 m_frame_count;
|
||||
unsigned int frameduration;
|
||||
unsigned int pcm_input; //tunnel or non-tunnel
|
||||
unsigned int m_inp_act_buf_count; // Num of Input Buffers
|
||||
|
|
Loading…
Reference in New Issue