summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-11-28 22:00:05 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2023-02-22 00:32:19 +0100
commitd78fe4d3fb670f55da9661f6fd59b1e036c5c0a0 (patch)
tree223da40f5a29d8480a035db3098c8934f462ccb0
parent7e211d001f920ea98a6a22c561bb184e1416b380 (diff)
downloadffmpeg-d78fe4d3fb670f55da9661f6fd59b1e036c5c0a0.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 {