[FFmpeg-cvslog] avcodec/h274: fix include

Michael Niedermayer git at videolan.org
Thu Feb 23 23:20:36 EET 2023


ffmpeg | branch: release/5.1 | Michael Niedermayer <michael at niedermayer.cc> | Mon Nov 28 22:00:05 2022 +0100| [d78fe4d3fb670f55da9661f6fd59b1e036c5c0a0] | committer: Michael Niedermayer

avcodec/h274: fix include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit 379e43e6ec4a7da692be3c7b8039e6c716adbf68)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d78fe4d3fb670f55da9661f6fd59b1e036c5c0a0
---

 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