1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avcodec/h274: fix include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2022-11-28 22:00:05 +01:00
parent 685c0cfd32
commit 379e43e6ec

View File

@@ -28,7 +28,7 @@
#ifndef AVCODEC_H274_H #ifndef AVCODEC_H274_H
#define 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 // Must be initialized to {0} prior to first usage
typedef struct H274FilmGrainDatabase { typedef struct H274FilmGrainDatabase {