1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-07 02:16:19 +02:00

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

View File

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