public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Drop ffmpeg chromium support patch (#2061392)
Date: Tue, 14 Jul 2026 21:59:28 GMT [thread overview]
Message-ID: <178406636826.1.13534981580011214854.rpms-ffmpeg-8fe3b50bf79c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ffmpeg
Branch : epel9-next
Commit : 8fe3b50bf79c0bf49254276d7045a0f769ab88a1
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2022-03-08T09:49:23-05:00
Stats : +5/-46 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ffmpeg/c/8fe3b50bf79c0bf49254276d7045a0f769ab88a1?branch=epel9-next
Log:
Drop ffmpeg chromium support patch (#2061392)
---
diff --git a/ffmpeg-support-chromium.patch b/ffmpeg-support-chromium.patch
deleted file mode 100644
index 8e9a0ac..0000000
--- a/ffmpeg-support-chromium.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-commit 95aab0fd83619408995720ce53d7a74790580220
-author liberato@chromium.org <liberato@chromium.org> Thu Jul 08 02:01:22 2021
-committer liberato@chromium.org <liberato@chromium.org> Thu Jul 08 02:01:22 2021
-tree ac725b5e2c548c8142aa7096d8184d87d3876a49
-parent e073b7a22e4993e0a7cab80a42a21524e5349f95
-
-Add av_stream_get_first_dts for Chromium
-
-diff --git a/libavformat/avformat.h b/libavformat/avformat.h
-index cd7b0d9..b4a6dce 100644
---- a/libavformat/avformat.h
-+++ b/libavformat/avformat.h
-@@ -1010,6 +1010,10 @@
- */
- int64_t av_stream_get_end_pts(const AVStream *st);
-
-+// Chromium: We use the internal field first_dts vvv
-+int64_t av_stream_get_first_dts(const AVStream *st);
-+// Chromium: We use the internal field first_dts ^^^
-+
- #define AV_PROGRAM_RUNNING 1
-
- /**
-diff --git a/libavformat/utils.c b/libavformat/utils.c
-index de7580c..0ef0fe5 100644
---- a/libavformat/utils.c
-+++ b/libavformat/utils.c
-@@ -121,6 +121,13 @@
- return AV_NOPTS_VALUE;
- }
-
-+// Chromium: We use the internal field first_dts vvv
-+int64_t av_stream_get_first_dts(const AVStream *st)
-+{
-+ return cffstream(st)->first_dts;
-+}
-+// Chromium: We use the internal field first_dts ^^^
-+
- struct AVCodecParserContext *av_stream_get_parser(const AVStream *st)
- {
- return cffstream(st)->parser;
-
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9ce2234..2787a84 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -69,7 +69,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 5.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPLv3+
URL: https://ffmpeg.org/
@@ -101,10 +101,8 @@ Patch4: ffmpeg-new-coder-errors.patch
Patch5: ffmpeg-allow-fdk-aac-free.patch
# http://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/292853.html
Patch6: ffmpeg-fix-gnutls-priority.patch
-# https://ffmpeg.org/pipermail/ffmpeg-devel/2021-September/285401.html
-Patch7: ffmpeg-support-chromium.patch
# http://ffmpeg.org/pipermail/ffmpeg-devel/2022-February/293194.html
-Patch8: ffmpeg-openh264-averr-on-bad-version.patch
+Patch7: ffmpeg-openh264-averr-on-bad-version.patch
# Set up dlopen for openh264
Patch1001: ffmpeg-dlopen-openh264.patch
@@ -820,6 +818,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
+* Tue Mar 08 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0-9
+- Drop ffmpeg chromium support patch (#2061392)
+
* Fri Feb 18 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.0-8
- Add patch to return correct AVERROR with bad OpenH264 versions
reply other threads:[~2026-07-14 21:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178406636826.1.13534981580011214854.rpms-ffmpeg-8fe3b50bf79c@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox