Logo
Explore Help
Register Sign In
starred/jellyfin-jellyfin-1
1
0
Fork 0
You've already forked jellyfin-jellyfin-1
mirror of https://github.com/jellyfin/jellyfin.git synced 2025-12-17 22:43:07 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
176e8509739ffd3d7002c94adbd814c33b5172e2
jellyfin-jellyfin-1/MediaBrowser.Model/MediaInfo/SubtitleTrackInfo.cs

16 lines
331 B
C#
Raw Normal View History

Make probesize and analyzeduration configurable and simplify circular dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-10-26 22:53:53 +02:00
using System;
using System.Collections.Generic;
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
2019-01-13 21:02:23 +01:00
namespace MediaBrowser.Model.MediaInfo
Add GPL modules
2018-12-27 18:27:57 -05:00
{
public class SubtitleTrackInfo
{
Make probesize and analyzeduration configurable and simplify circular dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-10-26 22:53:53 +02:00
public IReadOnlyList<SubtitleTrackEvent> TrackEvents { get; set; }
Add GPL modules
2018-12-27 18:27:57 -05:00
public SubtitleTrackInfo()
{
Make probesize and analyzeduration configurable and simplify circular dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-10-26 22:53:53 +02:00
TrackEvents = Array.Empty<SubtitleTrackEvent>();
Add GPL modules
2018-12-27 18:27:57 -05:00
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 135ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API