g723: Add missing header

Unbreak make check.
pull/164/head
Luca Barbato 9 years ago
parent 1077d8c845
commit c5eb279e24
  1. 2
      libavcodec/g723_1.h

@ -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)

Loading…
Cancel
Save