minor changes

This commit is contained in:
nyanmisaka 2020-11-14 15:46:17 +08:00
parent 32bb73acbb
commit fc89b7e641
2 changed files with 4 additions and 0 deletions

View file

@ -1579,6 +1579,8 @@ namespace Jellyfin.Api.Controllers
}
}
args += " -start_at_zero";
// args += " -flags -global_header";
}
else

View file

@ -567,6 +567,8 @@ namespace Jellyfin.Api.Controllers
args += " " + bitStreamArgs;
}
}
args += " -start_at_zero";
}
else
{