From 2ccf8f460800e98884d1aa4ba61e344ad4cd5d04 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 23 Dec 2020 15:47:05 -0800 Subject: [PATCH] docs: put FPS table in code block PiperOrigin-RevId: 348857882 --- google/cloud/video/transcoder/v1beta1/resources.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/google/cloud/video/transcoder/v1beta1/resources.proto b/google/cloud/video/transcoder/v1beta1/resources.proto index 4e2163c9..71ba38f9 100644 --- a/google/cloud/video/transcoder/v1beta1/resources.proto +++ b/google/cloud/video/transcoder/v1beta1/resources.proto @@ -654,7 +654,7 @@ message VideoStream { // // The following table shows the computed video FPS given the target FPS (in // parenthesis) and input FPS (in the first column): - // + // ``` // | | (30) | (60) | (25) | (50) | // |--------|--------|--------|------|------| // | 240 | Fail | Fail | Fail | Fail | @@ -671,6 +671,7 @@ message VideoStream { // | 15 | 15 | 15 | 20 | 30 | // | 12 | 12 | 12 | 20 | 30 | // | 10 | 10 | 10 | 20 | 30 | + // ``` double frame_rate = 20 [(google.api.field_behavior) = REQUIRED]; // Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and