From 1f8f43a5b5e9b966d364d1d2d6ed741f07dcceaa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 16 Feb 2013 20:58:18 +0100 Subject: error_resilience: add required headers. --- libavcodec/error_resilience.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/error_resilience.h') diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h index 949c58f245..f979656ab7 100644 --- a/libavcodec/error_resilience.h +++ b/libavcodec/error_resilience.h @@ -20,6 +20,11 @@ #ifndef AVCODEC_ERROR_RESILIENCE_H #define AVCODEC_ERROR_RESILIENCE_H +#include + +#include "avcodec.h" +#include "dsputil.h" + ///< current MB is the first after a resync marker #define VP_START 1 #define ER_AC_ERROR 2 -- cgit v1.2.3