Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit e876635

Browse files
docs: put FPS table in code block (#20)
PiperOrigin-RevId: 348857882 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Dec 23 15:47:05 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 2ccf8f460800e98884d1aa4ba61e344ad4cd5d04 Source-Link: googleapis/googleapis@2ccf8f4
1 parent 155cf57 commit e876635

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

protos/google/cloud/video/transcoder/v1beta1/resources.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ message VideoStream {
654654
//
655655
// The following table shows the computed video FPS given the target FPS (in
656656
// parenthesis) and input FPS (in the first column):
657-
//
657+
// ```
658658
// | | (30) | (60) | (25) | (50) |
659659
// |--------|--------|--------|------|------|
660660
// | 240 | Fail | Fail | Fail | Fail |
@@ -671,6 +671,7 @@ message VideoStream {
671671
// | 15 | 15 | 15 | 20 | 30 |
672672
// | 12 | 12 | 12 | 20 | 30 |
673673
// | 10 | 10 | 10 | 20 | 30 |
674+
// ```
674675
double frame_rate = 20 [(google.api.field_behavior) = REQUIRED];
675676

676677
// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-video-transcoder.git",
7-
"sha": "d9956ea1a263ef388c724d4ab36787b2670400f9"
7+
"sha": "155cf578eb97e7b32c8d5fff73e7a5dda996dc07"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15-
"internalRef": "345596855"
14+
"sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04",
15+
"internalRef": "348857882"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)