From patchwork Thu Oct 10 11:38:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul B Mahol X-Patchwork-Id: 15673 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id C977544932D for ; Thu, 10 Oct 2019 14:39:07 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AF9FC6881FA; Thu, 10 Oct 2019 14:39:07 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7F061687F26 for ; Thu, 10 Oct 2019 14:39:01 +0300 (EEST) Received: by mail-wm1-f65.google.com with SMTP id r19so6569537wmh.2 for ; Thu, 10 Oct 2019 04:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=gew0BjDmltwqRDSz6eACmZO78Kdq6tdUIWvVIbeBH98=; b=Dk4nGYAxhd/EHyI5QiEVFlF0W8/D2wRtvIjQYO2FCqOnJ2k3n0MpOGC8eP7dNlz4tM muqsABYs6Odz3cjslqB1t4fE+a/APMhml+vxDBezEw7zddVjOC/RTnrKRibwLr0MV17b z4aY8gFvw8YQuqydgSsh6lL5V3FH/yRutOXaAdiAMPP5U4Huz8uvBMb+Z4Tfo1bmYSi7 Vbr6YZqXL4fke6woZHiR1kZVL5pK2KZho7k7SUVuM7TUpXURHHGDZ/DWmuz60e/R0EDH 57aymNn+aJIeQvJo0LZ9WLLXTuLa02Eh8syt1aonP/77JUi0ck3s5+v5ed+CtHatQdXZ uhmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=gew0BjDmltwqRDSz6eACmZO78Kdq6tdUIWvVIbeBH98=; b=RsGc4Lt5XeY9uSAiaMrrvNOG07/ftuLlA8I1Xb2Yl9CtXFgTLKl6n7/9j2vQkL9fSp UYAlkujFTheowSoWo7bjvBVJZZpnqv/6FcVHWeeck/nX6iqlkxkSJ3tyrhrjc+iDat2H Gof6JlevOG2K1n7A3XFYcK9+EBhpFVHWrp5O0SpJnrWVuLyXVJA0o64GQmv08zRTVVC1 9fv6t5a+29ykOqqhZm4V9GBxAUGtqTER6XgVElJszyiSbGA20iwhws/qcQJlVV7brcz0 LC1VqUz780yw4mQoRApN48D3tHzx7tGc2cLtqowMSwDr3CKqe46e4g2xKCCqrrKlCtX5 gpew== X-Gm-Message-State: APjAAAWGVsXMqBisN8FtKnd06t4gf6WbchpA6XCfojhCDC9jjF74ytyW TAmqK8rgC+JOHgn8bqqPuGR/zzag X-Google-Smtp-Source: APXvYqxsQfxVpv+ksFHXYUqTc0ttQsmjncQQPgQYOANQHUK4oNan43VDYW09WkJ0Ur1mr7PKd9gSVw== X-Received: by 2002:a05:600c:34b:: with SMTP id u11mr7338310wmd.176.1570707540664; Thu, 10 Oct 2019 04:39:00 -0700 (PDT) Received: from localhost.localdomain ([37.244.241.148]) by smtp.gmail.com with ESMTPSA id w4sm5442214wrv.66.2019.10.10.04.38.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2019 04:38:59 -0700 (PDT) From: Paul B Mahol To: ffmpeg-devel@ffmpeg.org Date: Thu, 10 Oct 2019 13:38:38 +0200 Message-Id: <20191010113851.27196-1-onemda@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [FFmpeg-devel] [PATCH 01/14] avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Paul B Mahol --- libavutil/opt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/opt.h b/libavutil/opt.h index 39f4a8dda0..bc98ab104d 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_RUNTIME_PARAM (1<<15) ///< a generic parameter which can be set by the user at runtime #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