Changeset 327685ba in ffmpeg

Timestamp:
Dec 21, 2023, 11:55:16 AM (11 months ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
bc4592a7
Parents:
1e42a48e
git-author:
Martin Storsjö <martin@martin.st> (12/21/23 09:43:11)
git-committer:
Martin Storsjö <martin@martin.st> (12/21/23 11:55:16)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.