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 CC43147097 for ; Wed, 26 Jul 2023 12:55:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9716C68C94F; Wed, 26 Jul 2023 15:55:02 +0300 (EEST) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B9DDE68BF45 for ; Wed, 26 Jul 2023 15:54:56 +0300 (EEST) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-3090d3e9c92so6265765f8f.2 for ; Wed, 26 Jul 2023 05:54:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690376096; x=1690980896; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=87oJw+ny66d46Myp+2mXtTecs0dOgGMk+SGujwTuO5k=; b=kn7lJWb51QBoaNlZnWVdmoEplTJl0rnHtWO7ADBsxVUe+TdgV+51zLlkz050uiYS/H Z8eAdIboZxj9mjwzMYjcdOC5yKmbXiPDple4jbiWEtFoSY5+K+bMLlf4Vgb5BWqCVOrr GNze7gu//SeheNSxXRp+p6W1JnknSILZvGEjn6/1Myq8G5isyVjCoTwsMKHXgy2zx1dP 7gRkddzy/QGS25WtBIqEJoQZhQ//IiEKcYE8nlQxoak0JvETxaVQQusLFTC7SSySlw4p UfxzaqiR9LJ3/QtiKOOWRni395imp4Q3dWrK3zmdWBWGk2T03GDLbRqXBir2W4VMakkp OUbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690376096; x=1690980896; h=content-transfer-encoding:in-reply-to:from:references:to:subject :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=87oJw+ny66d46Myp+2mXtTecs0dOgGMk+SGujwTuO5k=; b=bp96O2/cr3/iqV2dGiZID5ZUY4hXYCmk2MwtdvcB8AlMelIontttZvPWm8QYOcbkvV fNDBukcbQeuBdcjRRlwx7bSEgU+Y7wJyWAmoU609ZPgavzKhytjk+brx8lMS2XtV13Kf r/unCL3BHJZqz/5DFkg3Xkxcca/NRvpUefIR/fpSwu05KPsyIX7Olr790AwFQNq3ryaj wvFfPMszu4c9f1kSCbxH3sgSyEvYlnm9ahnPuBfSG3KWAI7y/v2gBbVubQTQb8kI6Ny1 xis5QHrgBX40pTc9W9T4e4WTjM23k5nlvmgT3WTrJiY6j+FfsuNwCm3v13Kltgpq/eoT y2Hw== X-Gm-Message-State: ABy/qLaCtWfVxPMfL0by1aE3IWsqe3dE1Z5mJPz0Aii0GIvrsVF9Yrlg 8rewyrqnP3OSi4WVaS9ewqr8SOrpyyk= X-Google-Smtp-Source: APBJJlE/zJyxoshO9XSI6n7oHIky80ewhNG9kDB3Scmq6kdJIYcJSOQr30YH0S5+eM/phtJMxxKu4g== X-Received: by 2002:a5d:58da:0:b0:317:6681:e430 with SMTP id o26-20020a5d58da000000b003176681e430mr1301186wrf.2.1690376095675; Wed, 26 Jul 2023 05:54:55 -0700 (PDT) Received: from [192.168.1.106] (33bf2829.skybroadband.com. [51.191.40.41]) by smtp.googlemail.com with ESMTPSA id m12-20020adff38c000000b003145559a691sm19831633wro.41.2023.07.26.05.54.54 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 26 Jul 2023 05:54:55 -0700 (PDT) Message-ID: Date: Wed, 26 Jul 2023 13:54:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 To: ffmpeg-devel@ffmpeg.org References: From: Derek Buitenhuis In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer 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: On 7/26/2023 10:28 AM, hung kuishing wrote: > Signed-off-by: clarkh > --- > libavformat/Makefile | 2 ++ > libavformat/allformats.c | 2 ++ > libavformat/proresdec.c | 66 ++++++++++++++++++++++++++++++++++++++++ > libavformat/rawenc.c | 13 ++++++++ > 4 files changed, 83 insertions(+) > create mode 100644 libavformat/proresdec.c At this point I am giving this a strong NAK. Both my initial comment[1] and subsequent comment[2] about the first one being ignore, have been ignored. It is a simple question. - Derek [1] http://ffmpeg.org/pipermail/ffmpeg-devel/2023-July/312552.html [2] http://ffmpeg.org/pipermail/ffmpeg-devel/2023-July/312635.html _______________________________________________ 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".