[FFmpeg-devel] [PATCH] avcodec/h274: fix include

Michael Niedermayer michael at niedermayer.cc
Wed Nov 30 22:43:21 EET 2022


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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 {
-- 
2.17.1



More information about the ffmpeg-devel mailing list