Commit c5eb279e authored by Luca Barbato's avatar Luca Barbato

g723: Add missing header

Unbreak make check.
parent 1077d8c8
......@@ -30,6 +30,8 @@
#include <stdint.h>
#include "libavutil/log.h"
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment