1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavu: deprecate av_opt_set_int_list() and related infrastructure

It has no more users and is replaced by array-type options.
This commit is contained in:
Anton Khirnov
2024-09-25 20:59:35 +02:00
parent b97ccc537d
commit df9b80d21a
5 changed files with 13 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ char av_get_picture_type_char(enum AVPictureType pict_type)
}
}
#if FF_API_OPT_INT_LIST
unsigned av_int_list_length_for_size(unsigned elsize,
const void *list, uint64_t term)
{
@@ -69,6 +70,7 @@ unsigned av_int_list_length_for_size(unsigned elsize,
}
return i;
}
#endif
char *av_fourcc_make_string(char *buf, uint32_t fourcc)
{