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 3F2FF405A1 for ; Thu, 23 Feb 2023 00:28:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B2BAE68C088; Thu, 23 Feb 2023 02:28:51 +0200 (EET) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 46A6368C004 for ; Thu, 23 Feb 2023 02:28:45 +0200 (EET) Received: by mail-lf1-f46.google.com with SMTP id k14so11305755lfj.7 for ; Wed, 22 Feb 2023 16:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=6u2TecGHTD+hER7DQ0QwkGN+Qk0jsDQ+qUhcVbhc+Os=; b=fFKkvBy7s16xMkMzhPG2MSufu+dyScF3w29KjSp8agX0Tv1vnU5KYYe6g4e6vSNyqA STE2kn19Ty0YlgKKNK4CIVfrOwU0y/GPBn2d7lE/xTcEmHsgaBNYVVR/zKnrjf0pPglE atbPeKbxsFIAzniUwFDtnk6LGf3W2XNTfiV++UDg2moXjbANlzbV8v50BKu1oqCGQSTV WZwnYJYMwCiXT6GtfDEGwP1ImfEL5MP46f+yKKAFFG3BHBQhbMDGFHXDNPZwkUylLsc/ soGdjuhtQa4u604K8qsNOz2yQSG4+2+jbb9p/lsojMNZhRkJqlEH7JVrSpoT+prC2eP+ vdyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=6u2TecGHTD+hER7DQ0QwkGN+Qk0jsDQ+qUhcVbhc+Os=; b=BQJD5HTghEbI0bzOO0d02E8u8rgMs/x7IVZYw2GfWdg1vpcA4xtxsHmtdtPg8wFzL/ ZYWyb88UwSwOI8hYvzo2zP8DF7U+3vRngaY/m3x097N7SP/kio7wnG4wbt29uR7CHgV2 z2G+Fu3dcDnNE0LAx6429WG/gLVth/1El3se0wjElU1D2acr3icrDWhTmILnkNZQ1Y8A PB14VbKQqxumebbEmOwDPSzZLa6WNagEz81sYoAajp4naZwI+Ly+hiyxM3ZUPIzrBJQP NVR39iLm/WQIDpRfnQvuKpp7tGm5Juy0xXBWdTb+cTfkRFNNjUsjYGxLzEePIP1GxAyu +eJg== X-Gm-Message-State: AO0yUKVXJVy4Xdtk0660p79b7aS8vdXk88LRaaXHnz2D6yZVLeF8P0HR fvoL2a0DDCd01sLjinxBATMPXfFIsUgQf4Z1wNo042K9 X-Google-Smtp-Source: AK7set+bt4I7iR+YrevACbwIduJ3OVhhmNUPsJBL7QubIgcAjbi1SW7VHu5TS6/uTGcMqRsO0yL+Bfq1xUSbA9f9nOQ= X-Received: by 2002:a05:6512:38c9:b0:4db:2c5a:e4f6 with SMTP id p9-20020a05651238c900b004db2c5ae4f6mr3309032lft.3.1677112123485; Wed, 22 Feb 2023 16:28:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Hendrik Leppkes Date: Thu, 23 Feb 2023 01:28:30 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] Chromium 110 and ffmpeg 5.1.2 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 Wed, Feb 22, 2023 at 9:42 PM Drew Abbott wrote: > > Hello, > > I am trying to build Chromium 110 with ffmpeg version 5.1.2. One of > the errors I get while building has to do with the API for accessing > first_dts. It looks like previously it was just a member of AVStream, > but now it can only be accessed with av_stream_get_first_dts: > https://github.com/chromium/chromium/commit/b94755e4633045be96ab5e0bdde0db7e16a804bd > I can see now first_dts is a member of FFStream, but I don't know how > to go from an AVStream to an FFStream without using internals of > libavformat, if that is even possible. How was first_dts accessed in > 5.1.2 from an AVStream? Chrome hacks their ffmpeg rather then fixing their code. You can't build it with anything but their canned version. - Hendrik _______________________________________________ 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".