summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test.json b/src/test.json
index 36954e1..cd1c903 100644
--- a/src/test.json
+++ b/src/test.json
@@ -5,9 +5,9 @@
"manager": "titan",
"version": "0.10.0",
"resolutions": {
- "720p25": { "width": "1280", "height": "720", "rate": "25/1" },
- "480p25": { "width": "854", "height": "480", "rate": "25/1" },
- "360p25": { "width": "640", "height": "360", "rate": "25/1" }
+ "720p25": { "width": 1280, "height": 720, "rate": "25/1" },
+ "480p25": { "width": 854, "height": 480, "rate": "25/1" },
+ "360p25": { "width": 640, "height": 360, "rate": "25/1" }
},
"audiorates": {
"160@44": { "bitrate": 160, "samplerate": 44100 },