mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 22:19:55 +00:00
Quick non-maintainer self-fix given will be looking at rekeywording ffmpeg-8 likely soon'ish. Unknown if been reported upstream given apparently(?) no public bug tracker, but probably good odds it'll be fixed next release nonetheless (note that the current fix requires >=ffmpeg-6.1 thus the RDEPEND bump, may possibly not be needed next release but not that needing >=6.1 is a problem in Gentoo). Very trivial fix so no real need for a revbump+re-stabilizing over. Closes: https://bugs.gentoo.org/963416 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
8 lines
273 B
Diff
8 lines
273 B
Diff
https://bugs.gentoo.org/963416
|
|
--- a/hacks/ffmpeg-out.c
|
|
+++ b/hacks/ffmpeg-out.c
|
|
@@ -405,3 +405,3 @@
|
|
ffst->video_ost.ctx->pix_fmt = pix_fmt;
|
|
- ffst->video_ost.ctx->profile = FF_PROFILE_H264_HIGH;
|
|
+ ffst->video_ost.ctx->profile = AV_PROFILE_H264_HIGH;
|
|
|