summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-11-28 22:00:05 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2023-03-27 13:37:16 +0200
commit892bafba0ef16282adfe03725304ce88bcbaae5c (patch)
treecb409e822fa90396c66a6177e0fdba12a3c6fab3
parentd33eae03aa351234eb171c608a17cb6399a3383c (diff)
downloadffmpeg-892bafba0ef16282adfe03725304ce88bcbaae5c.tar.gz
avcodec/h274: fix include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 379e43e6ec4a7da692be3c7b8039e6c716adbf68) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--libavcodec/h274.h2
1 files changed, 1 insertions, 1 deletions
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 {