mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/proresdec.h: Include a missing header
Fixes make checkheaders
This commit is contained in:
parent
2c64a6bcd2
commit
b44a571dc4
|
@ -22,6 +22,7 @@
|
|||
#ifndef AVCODEC_PRORESDEC_H
|
||||
#define AVCODEC_PRORESDEC_H
|
||||
|
||||
#include "get_bits.h"
|
||||
#include "blockdsp.h"
|
||||
#include "proresdsp.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue