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:
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r--libavcodec/h264_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index 81ccaabc1e..20efdaaa7d 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -36,10 +36,10 @@
#include "libavutil/mem.h"
#include "libavutil/pixfmt.h"
+#include "avcodec.h"
#include "get_bits.h"
#include "golomb.h"
#include "h264.h"
-#include "h264dec.h"
#include "h264_sei.h"
#include "h264_ps.h"
#include "h264data.h"