Browse Source

Version number is defined in the decoder header

keep-around/176be6f49d4b5e342919d44a0989db7094af3642
Johan Pascal 5 years ago
parent
commit
f06a56a78b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      include/bcg729/decoder.h

+ 4
- 0
include/bcg729/decoder.h View File

@ -21,6 +21,10 @@
typedef struct bcg729DecoderChannelContextStruct_struct bcg729DecoderChannelContextStruct;
#include <stdint.h>
// Version number is 1.1.0, map it on an integer
// Note: This define starts with version 1.1.0
#define BCG729_VERSION_NUMBER 0x010100
#ifdef _WIN32
#ifdef BCG729_STATIC
#define BCG729_VISIBILITY


Loading…
Cancel
Save