From 5aabb2596f409e5871d11e99acdda214f11b400f Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 16 Mar 2022 21:26:11 +0100 Subject: avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault This structure is no longer declared in a public header, so using an FF-prefix is more appropriate. Signed-off-by: Andreas Rheinhardt --- libavcodec/amfenc_hevc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/amfenc_hevc.c') diff --git a/libavcodec/amfenc_hevc.c b/libavcodec/amfenc_hevc.c index 24f95fb1ea..ed7230ee21 100644 --- a/libavcodec/amfenc_hevc.c +++ b/libavcodec/amfenc_hevc.c @@ -293,7 +293,7 @@ static av_cold int amf_encode_init_hevc(AVCodecContext *avctx) return 0; } -static const AVCodecDefault defaults[] = { +static const FFCodecDefault defaults[] = { { "refs", "-1" }, { "aspect", "0" }, { "b", "2M" }, -- cgit v1.2.3