[FFmpeg-cvslog] avcodec/h274: fix include

Michael Niedermayer git at videolan.org
Wed Jan 11 15:13:31 EET 2023


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Nov 28 22:00:05 2022 +0100| [379e43e6ec4a7da692be3c7b8039e6c716adbf68] | committer: Michael Niedermayer

avcodec/h274: fix include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> 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 {



More information about the ffmpeg-cvslog mailing list