This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add-Type -TypeDefinition @" | |
| // Copyright (c) Damien Guard. All rights reserved. | |
| // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Security.Cryptography; | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -480p - Run tenfoot in 480p rather than 1080p | |
| -720p - Run tenfoot in 720p rather than 1080p | |
| -accountrecovery - Perform account recovery | |
| -all_languages - show longest loc string from any language | |
| -bigpicture - Start in Steam Big Picture mode | |
| -cafeapplaunch - Launch apps in a cyber cafe context | |
| -candidates - Show libjingle candidates for local connection as they are processed | |
| -ccsyntax - Spew details about the localized strings we load | |
| -community - Set the community URL | |
| -complete_install_via_http - Run installation completion over HTTP by default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 3ece1d7a935a2960372e2ef75599fc434c2e63bb Mon Sep 17 00:00:00 2001 | |
| From: ImportTaste <[email protected]> | |
| Date: Wed, 1 Jul 2020 12:33:24 -0500 | |
| Subject: [PATCH] Replace deprecated libsrt calls | |
| --- | |
| libavformat/libsrt.c | 5 ++--- | |
| 1 file changed, 2 insertions(+), 3 deletions(-) | |
| diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c |
NewerOlder