From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 5F505459C9 for ; Sun, 30 Apr 2023 21:51:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C143368BF5B; Mon, 1 May 2023 00:51:55 +0300 (EEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7271168C08C for ; Mon, 1 May 2023 00:51:49 +0300 (EEST) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-61a35fdf61dso3642746d6.2 for ; Sun, 30 Apr 2023 14:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1682891507; x=1685483507; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=4HNxvoB6aCnRIGCx/OvgueF28x1mP0K1KcdxH7FjvV8=; b=dlqaJ+nD7b49XlZrlLhC+eZH+/udzoNsoYSFkkMKTjtGgZmAf5Mq3XjbrIZ+SttGBX A9Wi0XOPw52mizaWexbQ043C6kI8Ab8xaDQErLk7gFSEPDLJEikYgOhj+0XL6tfZcddl BnHGb0FIraJZMXcNS46mR0o4wtWo7d4+kK42mgNSb7bM9pws0fOry9t1cV2I/VqVy2b1 jDCMARFUuXS7JMjx/rZCWPubXIc+nlF5W5xPEXC/Bpv0PEoXy7YwoGaQbZ8PqVgDsV+S z5RrZZDf7gpFOO7Oc2YvHlx5KH3OnxauSgPvPgXglGtWOesQmD45x7j/07nln01HkxTi Qf4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682891507; x=1685483507; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4HNxvoB6aCnRIGCx/OvgueF28x1mP0K1KcdxH7FjvV8=; b=aOOs43bz3+P7AAjTYEzCXj3Wfbf40cQhz8lEFOYTiVR2YsRhILp7/G7m7CCrPXIJ4L SNrmrLr0sEYH5IEn2gdLXze2KSDy0U4JJAaj08NlfhTWxpbCWcn3/Lf3CTRFt2q55YJZ zqMMT4nwXVJT41eC5RiLdoNtx16DUyEvbhca3Np6bWbmcncVpBOlx3Se2bQZ+TldEU/7 psZcqyJ/PBMA3/4QbMT1Hwlfsk6nbpVGDiY5RBvyx9hJj3plSysUurlqYKqkGK3jd+2g mYVTcy6P9fQ4o3AkjopjSGeTB1sFK/1kNdP5hX4F758YF8OFkfoyDoqSFNmlhOxYiarw H8QA== X-Gm-Message-State: AC+VfDxiJx2553A0rU2n55zPuTYkVPUKllaM+R8Mp0zJTdT5uzqZOkTC TTNmWoiUtWMw6uMnW8y/7B1KjMOPqLb1sgdeAayF5satYTRBo5R0xls= X-Google-Smtp-Source: ACHHUZ5RJXmW3D12mvQAXcgp3Kcmmng1ItpITRgTjITTRkHYyauyJa2xBkPnx4e53Grd3PXsa1/aHpYcRz173bKW8QY= X-Received: by 2002:a05:6214:400e:b0:5f1:6892:7431 with SMTP id kd14-20020a056214400e00b005f168927431mr16087721qvb.25.1682891507445; Sun, 30 Apr 2023 14:51:47 -0700 (PDT) MIME-Version: 1.0 References: <20230428095508.221826-1-george@nsup.org> <20230428095508.221826-5-george@nsup.org> <168276131126.3843.11789945625076765172@lain.khirnov.net> <168279285287.3843.114763781387602494@lain.khirnov.net> <20230430150636.GK275832@pb2> In-Reply-To: <20230430150636.GK275832@pb2> From: Kieran Kunhya Date: Sun, 30 Apr 2023 22:51:36 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 5/8] lavu: add a JSON writer API (WIP) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: > There are many projects which use libavcodec, format, filter > Human users use these projects > > If the standarization is at a C struct level only then the human interface > for each application can be different. > Thats fine if the 2 cases use fundamentally different interfaces like a > GUI draging, droping and connecting components vs some command line > interface. > But if 2 applications both use command line / string based interfaces > it would be nice to the human user if she could use/learn the same syntax > and transfer a working example / script from one to the other. > > So i think strings do matter for C libs because of that. > > thx > The interface and the exchange format are completely different things. Kieran _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".