Changes between Initial Version and Version 1 of Ticket #944


Ignore:
Timestamp:
Aug 15, 2009 10:07:27 AM (15 years ago)
Author:
bennylp
Comment:

In r2882:

  • Fixed the iLBC assertion
  • also added compile time macro in test.h to enable/disable specific tests
  • also added SVN keyword expansion attributes to the source files

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #944

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from Assertion in pjmedia tests's MIPS test with iLBC codec due to ptime mismatch to Miscellaneous fixes to pjmedia_test
  • Ticket #944 – Description

    initial v1  
    1 The MIPS test assumes that iLBC will work with mode 20 since it is initialized with mode 20, but actually the codec works at mode 30 since the initialization is missing encoding ptime parameter (hence iLBC correctly assumes that default mode should be used) 
     1 
     2 - Assertion in pjmedia tests's MIPS test with iLBC codec due to ptime mismatch: 
     3    - The MIPS test assumes that iLBC will work with mode 20 since it is initialized with mode 20, but actually the codec works at mode 30 since the initialization is missing encoding ptime parameter (hence iLBC correctly assumes that default mode should be used)