1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +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
#define AVCODEC_PRORESDEC_H
#include "get_bits.h"
#include "blockdsp.h"
#include "proresdsp.h"