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>
This commit is contained in:
Andreas Rheinhardt 2022-03-16 21:26:11 +01:00
parent 20f9727018
commit 5aabb2596f
51 changed files with 53 additions and 53 deletions

View file

@ -670,7 +670,7 @@ static const AVOption vaapi_encode_mpeg2_options[] = {
{ NULL },
};
static const AVCodecDefault vaapi_encode_mpeg2_defaults[] = {
static const FFCodecDefault vaapi_encode_mpeg2_defaults[] = {
{ "b", "0" },
{ "bf", "1" },
{ "g", "120" },