mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
g723: Add missing header
Unbreak make check.
This commit is contained in:
parent
1077d8c845
commit
c5eb279e24
@ -30,6 +30,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/log.h"
|
||||
|
||||
#define SUBFRAMES 4
|
||||
#define SUBFRAME_LEN 60
|
||||
#define FRAME_LEN (SUBFRAME_LEN << 2)
|
||||
|
Loading…
Reference in New Issue
Block a user