summaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-12-03 00:31:30 +0100
committerLuca Barbato <lu_zero@gentoo.org>2015-12-05 12:12:26 +0100
commitc5eb279e240af6b7228a624cd7193732f2d5adaa (patch)
tree7949ce027b069b5e84fcf803e9fd05e70c3926dc /libavcodec/g723_1.h
parent1077d8c8455b27688de37cd04f8cc253fb37944d (diff)
downloadffmpeg-streaming-c5eb279e240af6b7228a624cd7193732f2d5adaa.zip
ffmpeg-streaming-c5eb279e240af6b7228a624cd7193732f2d5adaa.tar.gz
g723: Add missing header
Unbreak make check.
Diffstat (limited to 'libavcodec/g723_1.h')
-rw-r--r--libavcodec/g723_1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h
index 3fd52df..166d897 100644
--- a/libavcodec/g723_1.h
+++ b/libavcodec/g723_1.h
@@ -30,6 +30,8 @@
#include <stdint.h>
+#include "libavutil/log.h"
+
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)
OpenPOWER on IntegriCloud