Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 11:50:59 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-08 11:50:59 +0300
commit3f9c64831cac63f5b216bca339c8d13169118091 (patch)
tree8df0cb4a80b8c044607b674972e27e07b4c95e01 /libavcodec/g723_1.h
parent8076711d4cf9f66b74ac8af37f36c7fc7582b102 (diff)
parentc5eb279e240af6b7228a624cd7193732f2d5adaa (diff)
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 cf982a331c..40d6e700b1 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)