Merge "bug fix: disable timestamp deviation test for audio decoder" into oc-dev
This commit is contained in:
commit
febad058bd
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
|
||||||
int bytesCount = 0;
|
int bytesCount = 0;
|
||||||
uint32_t flags = 0;
|
uint32_t flags = 0;
|
||||||
uint32_t timestamp = 0;
|
uint32_t timestamp = 0;
|
||||||
timestampDevTest = true;
|
timestampDevTest = false;
|
||||||
while (1) {
|
while (1) {
|
||||||
if (!(eleInfo >> bytesCount)) break;
|
if (!(eleInfo >> bytesCount)) break;
|
||||||
eleInfo >> flags;
|
eleInfo >> flags;
|
||||||
|
|
Loading…
Reference in a new issue