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 D3A7E46813 for ; Thu, 20 Jul 2023 20:35:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A85668BE1B; Thu, 20 Jul 2023 23:34:40 +0300 (EEST) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D8FD168C55C for ; Thu, 20 Jul 2023 23:34:31 +0300 (EEST) Received: by mail-ot1-f49.google.com with SMTP id 46e09a7af769-6b9f46ec07aso811872a34.1 for ; Thu, 20 Jul 2023 13:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689885270; x=1690490070; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=DMwEoaYgNUvJED0CXa91pYEnXUG8gGWpBsm0o7t7ZYw=; b=TAenOyhEr0KBReqseQZvYverk9cDHH74TmpNI83HWdoBaUgWN+FbXbyDE5ZPdROma1 FMP6mdjP1YDlAHuDiONTWj3TRmV4W57rw5f790enctHiDLQPKWx3/iKpUtYs6z3eGAtU 4y9z08Bip8PPtDNWXKoKEAfk8zw0XtaiWSyxLeZG1i2rmpKBZWA5h+a30PhM+NM2Af5l hpwjfcN5TyE0IiuuONDbLmMUDRxtsKviW8TUKC4FPbJA02u7fsbmUxNI/fIv/YawLHiP KdZf+/nJ9MMeQPNDK1DFILP42LnlTi0NnUIQevecSTaZ0z/FzY+KqA1l3XlzsqTaLkg4 TN5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689885270; x=1690490070; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DMwEoaYgNUvJED0CXa91pYEnXUG8gGWpBsm0o7t7ZYw=; b=lWNI14WrE1B2A94C5DJbSdZ4DuN3jdJ6GufBNJk/zmmoSVxVFYKjUOgBy0p5oItCuH WBKAHvOjt0O9zAUbDu9YJUVDGShD0oaAGVwosqP9ye1UQ0Qu7g7/fRAGBaRUw1NpwQlw X579w+XyRcnQYm48rQGOsuGPPH4A1crU1c9yyEH8ce6kMRS+vhBHVFGGMWakAdoj7yI4 nsuL5r/k/utDp4MGGLOrseEsJCrsoocHx5hl39LV2MBmFA6fB4XWsabLkEhlwuwmGpNz if0OGmoNJG5Jtm0NAp+CMZaHRv49x0+biK8Y1YNNBLI4QQoB1TAdRnDtouvo3exg85uR ygLQ== X-Gm-Message-State: ABy/qLa1E9xkCSsAJMVjmRB8joC0dk8NlMk4BAmWbBpHZLD1ZWxFpSvh ae32WDYGHArf+SCKQP9tSxNHP8QD2qw= X-Google-Smtp-Source: APBJJlGpzaRiLtVWlPNYqAklwrS3AWudatz+pcOj2QJe+Z3GdysGK1CrLhiXx9K/N6pkEcYffiVS3A== X-Received: by 2002:a05:6830:78b:b0:6b9:57d2:8ec1 with SMTP id w11-20020a056830078b00b006b957d28ec1mr2859096ots.2.1689885270148; Thu, 20 Jul 2023 13:34:30 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id m24-20020a0568301e7800b006b95e17fcc7sm800094otr.49.2023.07.20.13.34.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jul 2023 13:34:29 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Thu, 20 Jul 2023 17:34:08 -0300 Message-ID: <20230720203415.41757-6-jamrial@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230720203415.41757-1-jamrial@gmail.com> References: <20230720203415.41757-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 06/13] fftools/ffprobe: stop using AVStream.side_data 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: Signed-off-by: James Almer --- fftools/ffprobe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index a39185f6fe..b60fd8eb1f 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -3186,8 +3186,9 @@ static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_id if (do_show_stream_tags) ret = show_tags(w, stream->metadata, in_program ? SECTION_ID_PROGRAM_STREAM_TAGS : SECTION_ID_STREAM_TAGS); - if (stream->nb_side_data) { - print_pkt_side_data(w, stream->codecpar, stream->side_data, stream->nb_side_data, + if (stream->codecpar->side_data_set.nb_side_data) { + print_pkt_side_data(w, stream->codecpar, stream->codecpar->side_data_set.side_data, + stream->codecpar->side_data_set.nb_side_data, SECTION_ID_STREAM_SIDE_DATA_LIST, SECTION_ID_STREAM_SIDE_DATA); } -- 2.41.0 _______________________________________________ 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".