Module: libav
Branch: release/9
Commit: bfd336f645375af3db504d48188ce98a4ce49265

Author:    Anton Khirnov <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sat Feb 16 20:58:18 2013 +0100

error_resilience: add required headers.

(cherry picked from commit 1f8f43a5b5e9b966d364d1d2d6ed741f07dcceaa)
Signed-off-by: Diego Biurrun <[email protected]>

---

 libavcodec/error_resilience.h |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h
index 949c58f..f979656 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

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to