Skip to content
Snippets Groups Projects
Commit c5eb279e authored by Luca Barbato's avatar Luca Barbato
Browse files

g723: Add missing header

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