]> git.sesse.net Git - ffmpeg/commitdiff
error_resilience: add required headers.
authorAnton Khirnov <anton@khirnov.net>
Sat, 16 Feb 2013 19:58:18 +0000 (20:58 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 17 Feb 2013 05:46:43 +0000 (06:46 +0100)
libavcodec/error_resilience.h

index 949c58f245a7fe6bdb28dc05fa326491f4c53457..f979656ab728220a21ea30cae16f65d49d365f17 100644 (file)
 #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