g723: Add missing header

Unbreak make check.
This commit is contained in:
Luca Barbato 2015-12-03 00:31:30 +01:00
parent 1077d8c845
commit c5eb279e24
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <stdint.h>
#include "libavutil/log.h"
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)