[FFmpeg-devel] [PATCH 1/3] avcodec/videotoolboxenc: use int as the type of profile
Tomas Härdin
git at haerdin.se
Sat Jun 24 12:18:11 EEST 2023
fre 2023-06-09 klockan 19:14 +0800 skrev Zhao Zhili:
> From: Zhao Zhili <zhilizhao at tencent.com>
>
> Other than save a few bytes, it also has the benefit to show the
> AV_OPT_TYPE_CONST value in help, e.g.,
>
> -profile <int> E..V....... Profile (from 0 to
> INT_MAX) (default 0)
> baseline 66 E..V....... Baseline Profile
Maybe int64 options should work the same as int options? Doesn't need
to hold up this patch of course.
/Tomas
More information about the ffmpeg-devel
mailing list