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:
-rw-r--r--libavcodec/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 80a6007e80..4be12e9913 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -23,6 +23,7 @@
#ifndef FFMPEG_PARSER_H
#define FFMPEG_PARSER_H
+#include "avcodec.h"
#include "ac3.h"
typedef struct ParseContext{