ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Thu Mar 11 11:39:58 2021 +0100| [1ad628d2c22664e3c16448029556d52b78fd3c88] | committer: Andreas Rheinhardt
avutil/buffer_internal: Include internal for buffer_size_t Fixes checkheaders. Reviewed-by: James Almer <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ad628d2c22664e3c16448029556d52b78fd3c88 --- libavutil/buffer_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/buffer_internal.h b/libavutil/buffer_internal.h index 0b549e3a53..d902772ed3 100644 --- a/libavutil/buffer_internal.h +++ b/libavutil/buffer_internal.h @@ -22,6 +22,7 @@ #include <stdatomic.h> #include <stdint.h> +#include "internal.h" #include "buffer.h" #include "thread.h" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
