Skip to content

Resolve "FRAMES_PER_SECOND should be avoided in ISAR"

vaclav requested to merge 1153-frames_per_second-should-be-avoided-in-isar into main

Reason why this change is needed

  • Debugging related constant FRAMES_PER_SECOND should be avoided in ISAR.
  • Only public constants should be defined in common_api_types.h (and they should start with IVAS_ prefix)

Description of the change

  • Replace FRAMES_PER_SECOND by FRAMES_PER_SEC.
  • Define constants in codec library instead of in API

Affected operating points

  • All is BE.
Edited by vaclav

Merge request reports

Loading