Skip to content

Commit 870df53

Browse files
author
Ruan Moolman
committed
Run pre-commit on all files
1 parent aeb03d5 commit 870df53

21 files changed

Lines changed: 61 additions & 51 deletions

File tree

SRC/VideoTesterApp/App.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
</ResourceDictionary>
1313
</Application.Resources>
1414
</Application>
15-

SRC/VideoTesterApp/AppShell.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
Route="MainPage" />
1313

1414
</Shell>
15-
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"Name": "SampleConfig1",
3-
"ValidCodecs": [ "hap", "h264" ],
4-
"MaxWidth": 2048,
5-
"MaxHeight": 1024,
6-
"FrameRates": [ 30, 60 ],
7-
"MaxBitRate": 1024
8-
}
3+
"ValidCodecs": [
4+
"hap",
5+
"h264"
6+
],
7+
"MaxWidth": 2048,
8+
"MaxHeight": 1024,
9+
"FrameRates": [
10+
30,
11+
60
12+
],
13+
"MaxBitRate": 1024
14+
}
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"Name": "SampleConfig2",
3-
"ValidCodecs": [ "h264" ],
4-
"MaxWidth": 4096,
5-
"MaxHeight": 2048,
6-
"FrameRates": [ 25, 50, 60 ],
7-
"MaxBitRate": 99999
8-
}
3+
"ValidCodecs": [
4+
"h264"
5+
],
6+
"MaxWidth": 4096,
7+
"MaxHeight": 2048,
8+
"FrameRates": [
9+
25,
10+
50,
11+
60
12+
],
13+
"MaxBitRate": 99999
14+
}

SRC/VideoTesterApp/MainPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
</ScrollView>
2929

3030
</ContentPage>
31-

SRC/VideoTesterApp/Platforms/Android/Resources/values/colors.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
<color name="colorPrimaryDark">#2B0B98</color>
55
<color name="colorAccent">#2B0B98</color>
66
</resources>
7-

SRC/VideoTesterApp/Platforms/Tizen/tizen-manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<shortcut-list />
1010
<privileges>
1111
<privilege>http://tizen.org/privilege/internet</privilege>
12-
</privileges>
12+
</privileges>
1313
<dependencies />
1414
<provides-appdefined-privileges />
1515
</manifest>

SRC/VideoTesterApp/Platforms/Windows/App.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
xmlns:local="using:VideoTesterApp.WinUI">
77

88
</maui:MauiWinUIApplication>
9-

SRC/VideoTesterApp/Platforms/Windows/Package.appxmanifest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@
4444
</Capabilities>
4545

4646
</Package>
47-

SRC/VideoTesterApp/Platforms/Windows/app.manifest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
</windowsSettings>
1414
</application>
1515
</assembly>
16-

0 commit comments

Comments
 (0)