[FFmpeg-devel] [PATCH 1/8] avutil/opt: add AV_OPT_FLAG_COMMAND_PARAM flag
Paul B Mahol
onemda at gmail.com
Wed Oct 9 12:24:55 EEST 2019
Because this receives no comments so fat at all, will apply asap this set.
On 10/8/19, Paul B Mahol <onemda at gmail.com> wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavutil/opt.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavutil/opt.h b/libavutil/opt.h
> index 39f4a8dda0..693a170bcc 100644
> --- a/libavutil/opt.h
> +++ b/libavutil/opt.h
> @@ -288,6 +288,7 @@ typedef struct AVOption {
> */
> #define AV_OPT_FLAG_READONLY 128
> #define AV_OPT_FLAG_BSF_PARAM (1<<8) ///< a generic parameter which
> can be set by the user for bit stream filtering
> +#define AV_OPT_FLAG_COMMAND_PARAM (1<<15) ///< a generic parameter which
> can be set by the user via commands with filtering
> #define AV_OPT_FLAG_FILTERING_PARAM (1<<16) ///< a generic parameter which
> can be set by the user for filtering
> #define AV_OPT_FLAG_DEPRECATED (1<<17) ///< set if option is
> deprecated, users should refer to AVOption.help text for more information
> //FIXME think about enc-audio, ... style flags
> --
> 2.17.1
>
>
More information about the ffmpeg-devel
mailing list