[FFmpeg-cvslog] lavc/proresdec.h: Include a missing header

Carl Eugen Hoyos git at videolan.org
Thu Dec 6 21:14:56 EET 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Thu Dec  6 20:14:09 2018 +0100| [b44a571dc4af929f19715c9faad47792a0812bf1] | committer: Carl Eugen Hoyos

lavc/proresdec.h: Include a missing header

Fixes make checkheaders

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b44a571dc4af929f19715c9faad47792a0812bf1
---

 libavcodec/proresdec.h | 1 +
 1 file changed, 1 insertion(+)

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"
 



More information about the ffmpeg-cvslog mailing list