summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-16 20:58:18 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-17 06:46:43 +0100
commit1f8f43a5b5e9b966d364d1d2d6ed741f07dcceaa (patch)
tree978ce9d88fd4287f490200e1ba465ca6e68038bd /libavcodec/error_resilience.h
parent2c541554076cc8a72e7145d4da30389ca763f32f (diff)
error_resilience: add required headers.
Diffstat (limited to 'libavcodec/error_resilience.h')
-rw-r--r--libavcodec/error_resilience.h5
1 files changed, 5 insertions, 0 deletions
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 <stdint.h>
+
+#include "avcodec.h"
+#include "dsputil.h"
+
///< current MB is the first after a resync marker
#define VP_START 1
#define ER_AC_ERROR 2