Browse Source

compile fix for jitter buffer

Change-Id: I9bfef87fe716050a49df829d3dbd8219968e3902
pull/940/head
Richard Fuchs 6 years ago
parent
commit
fbaaf22d34
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/jitter_buffer.c

+ 1
- 0
daemon/jitter_buffer.c View File

@ -5,6 +5,7 @@
#include "codec.h"
#include "main.h"
#include <math.h>
#include <errno.h>
#define INITIAL_PACKETS 0x1E
#define CONT_SEQ_COUNT 0x64


Loading…
Cancel
Save