mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12765] [MERGED] Clean up deprecated -vsync option #13360
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12765
Author: @nyanmisaka
Created: 10/2/2024
Status: ✅ Merged
Merged: 10/3/2024
Merged by: @crobibero
Base:
master← Head:vsync-cleanup📝 Commits (1)
6017565Clean up deprecated -vsync option📊 Changes
4 files changed (+34 additions, -6 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+1 -1)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+30 -2)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+1 -1)📝
src/Jellyfin.LiveTv/IO/EncodedRecorder.cs(+2 -2)📄 Description
Changes
-vsyncoptionIssues
-vsyncis deprecated in FFmpeg 5.1 and will be removed in the future.ref: https://ffmpeg.org/ffmpeg-all.html#toc-Advanced-options
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.