Skip to content
Snippets Groups Projects
Commit 1f8f43a5 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

error_resilience: add required headers.

parent 2c541554
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment