docs: put FPS table in code block
PiperOrigin-RevId: 348857882
This commit is contained in:
parent
57fc4a8a94
commit
2ccf8f4608
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue