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 E3AD8472D0 for ; Mon, 4 Sep 2023 15:05:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6412C68C7F6; Mon, 4 Sep 2023 18:04:38 +0300 (EEST) Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B0DBE68C7CA for ; Mon, 4 Sep 2023 18:04:33 +0300 (EEST) Received: by mail-oi1-f182.google.com with SMTP id 5614622812f47-3aa1c04668bso782213b6e.0 for ; Mon, 04 Sep 2023 08:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693839872; x=1694444672; darn=ffmpeg.org; 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=5eDWL8aCoc/PIEyNAqTUIYD6KIlDUp/PYX8cr3CtwtM=; b=c93X4kJSqXYylWyl2JOWdgPLWXnAghtqfXqasA6nWJq+Tto28eZdx/JhwsX2zcESKf SMWDr3yI9dO4S6LimJRXab6nrz3C4jHXg6Gu2Ft6CnRvJTPsP8EGebnblKBXJT6+jUy6 cGXjwvm14PIVBb2VF0Z5T++4uVOrKC6iYb6AXtTRUv9L2jz1oRusrF511ksf31pViot8 NtuGlZUKPOGpso/px/05dpvEvG7hORyrWWGrO0pUYbpAq19O0A2t2SMnZra+K1iPGdLD qRsFNeLh7yUtMTwahhWXCI1JtFZWfmpgZ14hSAqTsTMavbB2/Q4K8Cwtga73jLRyo9wZ wcvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693839872; x=1694444672; 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=5eDWL8aCoc/PIEyNAqTUIYD6KIlDUp/PYX8cr3CtwtM=; b=jOIyZ9jlPlKnDLB3as7oy/R1dZoqTUJrORPe8wftvm20zNhbvvU15NPWZYeSjbkBJq 0+xy6Zw551dWqromvt09VgMu3pnYlTjqpjIzFjDXl4b2EoKrb5y3SDYa/pPnpHGZ7OPt QkXQwkRnaV2qTUeuz29B7v11lis0nK4unui9VEG1nuqgGTtBV3qyVukr4mJzL77rKxYc +sIf8Eqv4vomq7T01hDQ01KAFBSFHLaqELigazszYSrugs497sRLBLD58N3oBEePRMRZ G/+MOpGF6Pec1odfQKpCQuHb7lHlxxeU5CjVO/Umh1rtENZskBTNoRKaV3CmYyxmBGAg 1ryA== X-Gm-Message-State: AOJu0YzwlJstRZoVRxF4dbjq9slkBdIYR22pSevExjeX7bEfgfcGgdi4 jo8V6Trq8hzzO74QHmTMqsuuZEdBzuI= X-Google-Smtp-Source: AGHT+IGFs+hWHWkuM2Jnutm6EMqZRbQAvhq6zJSQXVtcRc0y5CKoDhpgkSpxaIzp/yu4uPZyss8UQg== X-Received: by 2002:a05:6808:202a:b0:3a7:4161:44ee with SMTP id q42-20020a056808202a00b003a7416144eemr11463844oiw.6.1693839871740; Mon, 04 Sep 2023 08:04:31 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id z14-20020a54458e000000b003a9cd23980esm4946286oib.8.2023.09.04.08.04.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Sep 2023 08:04:31 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Mon, 4 Sep 2023 12:04:03 -0300 Message-ID: <20230904150411.56777-11-jamrial@gmail.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20230904150411.56777-1-jamrial@gmail.com> References: <20230904150411.56777-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 10/17] fftools/ffplay: stop injecting stream side data in packets 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: This is no longer needed as the side data is available for decoders in the AVCodecContext. Signed-off-by: James Almer --- fftools/ffplay.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 751526a2a3..bedb33534d 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c @@ -2793,8 +2793,6 @@ static int read_thread(void *arg) if (genpts) ic->flags |= AVFMT_FLAG_GENPTS; - av_format_inject_global_side_data(ic); - if (find_stream_info) { AVDictionary **opts; int orig_nb_streams = ic->nb_streams; -- 2.42.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".