diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-06 20:14:09 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-06 20:14:09 +0100 |
commit | b44a571dc4af929f19715c9faad47792a0812bf1 (patch) | |
tree | 486db362d83df386cbe84b6e7af695fa13b4ac15 | |
parent | 2c64a6bcd280c64997e6c4799bc89c0a9393bbf3 (diff) | |
download | ffmpeg-b44a571dc4af929f19715c9faad47792a0812bf1.tar.gz |
lavc/proresdec.h: Include a missing header
Fixes make checkheaders
-rw-r--r-- | libavcodec/proresdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index 3d99eba078..06e41dd09a 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -22,6 +22,7 @@ #ifndef AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H +#include "get_bits.h" #include "blockdsp.h" #include "proresdsp.h" |