diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-16 21:26:11 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-21 01:33:10 +0100 |
commit | 5aabb2596f409e5871d11e99acdda214f11b400f (patch) | |
tree | fa9230f40dfa1d8603fb6c8b5f57fd9711c8aa35 /libavcodec/amfenc_h264.c | |
parent | 20f972701806be20a77f808db332d9489343bb78 (diff) | |
download | ffmpeg-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/amfenc_h264.c')
-rw-r--r-- | libavcodec/amfenc_h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/amfenc_h264.c b/libavcodec/amfenc_h264.c index 3e3a9d4cc7..7df2e8eb1d 100644 --- a/libavcodec/amfenc_h264.c +++ b/libavcodec/amfenc_h264.c @@ -359,7 +359,7 @@ static av_cold int amf_encode_init_h264(AVCodecContext *avctx) return 0; } -static const AVCodecDefault defaults[] = { +static const FFCodecDefault defaults[] = { { "refs", "-1" }, { "aspect", "0" }, { "qmin", "-1" }, |