1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

lavc/proresdec.h: Include a missing header

Fixes make checkheaders
This commit is contained in:
Carl Eugen Hoyos 2018-12-06 20:14:09 +01:00
parent 2c64a6bcd2
commit b44a571dc4

View File

@ -22,6 +22,7 @@
#ifndef AVCODEC_PRORESDEC_H #ifndef AVCODEC_PRORESDEC_H
#define AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H
#include "get_bits.h"
#include "blockdsp.h" #include "blockdsp.h"
#include "proresdsp.h" #include "proresdsp.h"