summaryrefslogtreecommitdiff
path: root/libavcodec/h274.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2022-11-28 22:00:05 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2023-01-11 12:12:27 +0100
commit379e43e6ec4a7da692be3c7b8039e6c716adbf68 (patch)
treee6954f464ba6b99740600a76e262de6946e8e12a /libavcodec/h274.h
parent685c0cfd3224b7febabc1877426f5efd489b7570 (diff)
downloadffmpeg-379e43e6ec4a7da692be3c7b8039e6c716adbf68.tar.gz
avcodec/h274: fix include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h274.h')
-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 {