summaryrefslogtreecommitdiff
path: root/libavcodec/libsvtav1.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-16 21:26:11 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-21 01:33:10 +0100
commit5aabb2596f409e5871d11e99acdda214f11b400f (patch)
treefa9230f40dfa1d8603fb6c8b5f57fd9711c8aa35 /libavcodec/libsvtav1.c
parent20f972701806be20a77f808db332d9489343bb78 (diff)
downloadffmpeg-5aabb2596f409e5871d11e99acdda214f11b400f.tar.gz
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 <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/libsvtav1.c')
-rw-r--r--libavcodec/libsvtav1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libsvtav1.c b/libavcodec/libsvtav1.c
index 23c410d43e..f02e410f69 100644
--- a/libavcodec/libsvtav1.c
+++ b/libavcodec/libsvtav1.c
@@ -588,7 +588,7 @@ static const AVClass class = {
.version = LIBAVUTIL_VERSION_INT,
};
-static const AVCodecDefault eb_enc_defaults[] = {
+static const FFCodecDefault eb_enc_defaults[] = {
{ "b", "0" },
{ "flags", "+cgop" },
{ "g", "-1" },