mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:37:07 +00:00
Join declaration and assignment
This commit is contained in:
parent
3259d484ff
commit
2d7835c848
2 changed files with 2 additions and 6 deletions
|
|
@ -1745,11 +1745,9 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
// Values 0-3, 0 being highest quality but slower
|
||||
var profileScore = 0;
|
||||
|
||||
string crf;
|
||||
var qmin = "0";
|
||||
var qmax = "50";
|
||||
|
||||
crf = "10";
|
||||
var crf = "10";
|
||||
|
||||
if (isVc1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue