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:
authorMartin Storsjö <martin@martin.st>2012-08-16 15:24:26 +0400
committerMartin Storsjö <martin@martin.st>2012-08-16 17:47:02 +0400
commit7ebe3962f399dcddc852bda92e595b0152c3701d (patch)
tree01f695f51b5198df00550fd13769d3cc632f1ad0 /libavcodec/libschroedinger.c
parent232e35de2e139cc2d34ed67a34dedbbc5da56052 (diff)
Add missing includes for code relying on external libraries
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/libschroedinger.c')
-rw-r--r--libavcodec/libschroedinger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libschroedinger.c b/libavcodec/libschroedinger.c
index 2046761713..68e925cabc 100644
--- a/libavcodec/libschroedinger.c
+++ b/libavcodec/libschroedinger.c
@@ -24,6 +24,7 @@
*/
#include "libschroedinger.h"
+#include "libavutil/mem.h"
static const SchroVideoFormatInfo ff_schro_video_format_info[] = {
{ 640, 480, 24000, 1001},