diff options
author | Martin Storsjö <martin@martin.st> | 2023-12-21 11:43:11 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-12-21 13:55:16 +0200 |
commit | 327685bafe230af9fbaf06e85dd76ab7fa68e3a5 (patch) | |
tree | f20b9bbece2211c1fd0b4d0241732c7463c2ede8 /libavformat/unix.c | |
parent | 1e42a48e37228c679d3ab0764e53ffab62256ce8 (diff) | |
download | ffmpeg-327685bafe230af9fbaf06e85dd76ab7fa68e3a5.tar.gz |
d3d12va: Add a missing include for the declaration of ff_d3d12va_get_surface_index
This fixes the following build error:
src/libavcodec/d3d12va_decode.c:49:10: error: no previous prototype for function
'ff_d3d12va_get_surface_index' [-Werror,-Wmissing-prototypes]
49 | unsigned ff_d3d12va_get_surface_index(const AVCodecContext *avctx,
| ^
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/unix.c')
0 files changed, 0 insertions, 0 deletions