summaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 09:50:59 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 09:50:59 +0100
commit3f9c64831cac63f5b216bca339c8d13169118091 (patch)
tree8df0cb4a80b8c044607b674972e27e07b4c95e01 /libavcodec/g723_1.h
parent8076711d4cf9f66b74ac8af37f36c7fc7582b102 (diff)
parentc5eb279e240af6b7228a624cd7193732f2d5adaa (diff)
downloadffmpeg-streaming-3f9c64831cac63f5b216bca339c8d13169118091.zip
ffmpeg-streaming-3f9c64831cac63f5b216bca339c8d13169118091.tar.gz
Merge commit 'c5eb279e240af6b7228a624cd7193732f2d5adaa'
* commit 'c5eb279e240af6b7228a624cd7193732f2d5adaa': g723: Add missing header Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 cf982a3..40d6e70 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