This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
error_resilience: add required headers.
tags/n1.2
Anton Khirnov
12 years ago
parent
2c54155407
commit
1f8f43a5b5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
libavcodec/error_resilience.h
+ 5
- 0
libavcodec/error_resilience.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save