Merge remote-tracking branch 'qatar/master'
* qatar/master: error_resilience: add required headers. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
59e46ef63a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue