Skip to content

Commit 8718081

Browse files
committed
Update encoder API docs regarding forcing the frame types
1 parent 16f7d73 commit 8718081

6 files changed

Lines changed: 3 additions & 3 deletions

amf/doc/AMF_Video_Encode_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ Picture structure.
19431943
`AMF_VIDEO_ENCODER_PICTURE_TYPE_NONE`
19441944

19451945
**Description:**
1946-
Forces the picture type (to use this feature, set `AMF_VIDEO_ENCODER_IDR_PERIOD` to `0`).
1946+
Forces the picture type (to use this feature, set `AMF_VIDEO_ENCODER_IDR_PERIOD` to `0`) determined by the picture management with the following precedence `IDR`, `I`, `P` and `B`. Force picture type will only take effect to override type with lower precedence.
19471947
`B` feature is not supported by VCE 1.0.
19481948

19491949
---

amf/doc/AMF_Video_Encode_API.pdf

-12.4 KB
Binary file not shown.

amf/doc/AMF_Video_Encode_AV1_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ If `true`, force insert sequence header with current frame.
18971897
`AMF_VIDEO_ENCODER_AV1_FORCE_FRAME_TYPE_NONE`
18981898

18991899
**Description:**
1900-
Forces the frame type.
1900+
Forces the frame type determined by the picture management with the following precedence `KEY`, `INTRA_ONLY`, `SWITCH` and `SHOW_EXISTING`. Force frame type will only take effect to override types with lower precedence.
19011901

19021902
---
19031903

-20.3 KB
Binary file not shown.

amf/doc/AMF_Video_Encode_HEVC_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ Inserts AUD.
17211721
`AMF_VIDEO_ENCODER_HEVC_PICTURE_TYPE_NONE`
17221722

17231723
**Description:**
1724-
Forces the picture type.
1724+
Forces the picture type determined by the picture management with the following precedence `IDR`, `I` and `P`. Force picture type will only take effect to override types with lower precedence.
17251725

17261726
---
17271727

-21.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)