opus_demo now returns 1 on mismatch
This commit is contained in:
parent
6f1ece5798
commit
aecf2d3eff
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ int main(int argc, char *argv[])
|
||||||
(long)count,
|
(long)count,
|
||||||
(unsigned long)enc_final_range[toggle^use_inbandfec],
|
(unsigned long)enc_final_range[toggle^use_inbandfec],
|
||||||
(unsigned long)dec_final_range);
|
(unsigned long)dec_final_range);
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
lost_prev = lost;
|
lost_prev = lost;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue