mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
20f9727018
commit
5aabb2596f
51 changed files with 53 additions and 53 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue