ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Nov 28 22:00:05 2022 +0100| [379e43e6ec4a7da692be3c7b8039e6c716adbf68] | committer: Michael Niedermayer
avcodec/h274: fix include Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=379e43e6ec4a7da692be3c7b8039e6c716adbf68 --- libavcodec/h274.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h274.h b/libavcodec/h274.h index 807b3a016a..920f6991fb 100644 --- a/libavcodec/h274.h +++ b/libavcodec/h274.h @@ -28,7 +28,7 @@ #ifndef AVCODEC_H274_H #define AVCODEC_H274_H -#include <libavutil/film_grain_params.h> +#include "libavutil/film_grain_params.h" // Must be initialized to {0} prior to first usage typedef struct H274FilmGrainDatabase { _______________________________________________ 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".
