ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Fri Sep 8 12:16:54 2023 +0200| [489d96ca020036b1f423556c0f5f19cad5461ca8] | committer: Andreas Rheinhardt
avcodec/proresdec: Include required headers directly Do not rely on an indirect inclusion of avcodec.h in proresdsp.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=489d96ca020036b1f423556c0f5f19cad5461ca8 --- libavcodec/proresdec.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index 1e48752e6f..230fca41f2 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -22,10 +22,15 @@ #ifndef AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H +#include <stdint.h> + #include "get_bits.h" #include "blockdsp.h" #include "proresdsp.h" +#include "libavutil/frame.h" +#include "libavutil/pixfmt.h" + typedef struct { const uint8_t *data; unsigned mb_x; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".