[FFmpeg-cvslog] error_resilience: add required headers.
Anton Khirnov
git at videolan.org
Sun Feb 17 14:33:48 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Feb 16 20:58:18 2013 +0100| [1f8f43a5b5e9b966d364d1d2d6ed741f07dcceaa] | committer: Anton Khirnov
error_resilience: add required headers.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f8f43a5b5e9b966d364d1d2d6ed741f07dcceaa
---
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
More information about the ffmpeg-cvslog
mailing list