mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Add missing error_resilience includes to files that use ER
This commit is contained in:
parent
d88738e403
commit
5f401b7b71
@ -28,6 +28,7 @@
|
||||
#include "libavutil/cpu.h"
|
||||
#include "internal.h"
|
||||
#include "avcodec.h"
|
||||
#include "error_resilience.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
#include "h263_parser.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "cabac.h"
|
||||
#include "cabac_functions.h"
|
||||
#include "dsputil.h"
|
||||
#include "error_resilience.h"
|
||||
#include "avcodec.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h264.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "cabac.h"
|
||||
#include "error_resilience.h"
|
||||
#include "get_bits.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h264chroma.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "error_resilience.h"
|
||||
#include "get_bits.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "msmpeg4data.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "avcodec.h"
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
|
||||
#include "error_resilience.h"
|
||||
#include "mpeg12.h"
|
||||
#include "mpeg12data.h"
|
||||
#include "mpeg12decdata.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "error_resilience.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "mpeg4video.h"
|
||||
#include "h263.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "libavutil/avassert.h"
|
||||
#include "error_resilience.h"
|
||||
#include "internal.h"
|
||||
#include "msmpeg4data.h"
|
||||
#include "vc1.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
#include "error_resilience.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "mpeg4video.h"
|
||||
#include "h263.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "libavutil/internal.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "error_resilience.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "golomb.h"
|
||||
#include "internal.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "avcodec.h"
|
||||
#include "error_resilience.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
#include "h264chroma.h"
|
||||
|
Loading…
Reference in New Issue
Block a user