[ROCm/rocdecode commit: 8e1cb24851]
Dieser Commit ist enthalten in:
Mátyás Aradi
2024-11-08 17:24:38 +01:00
committet von GitHub
Ursprung bd3b6208fa
Commit 291a0e6c81
+8 -9
Datei anzeigen
@@ -1100,16 +1100,15 @@ typedef struct _RocdecAV1PicParams {
uint16_t context_update_tile_id;
union {
/** \brief flags for current picture
* same syntax and semantic as those in AV1 code
*/
struct {
/** \brief flags for current picture
* same syntax and semantic as those in AV1 code
*/
/** \brief Frame Type
* 0: KEY_FRAME;
* 1: INTER_FRAME;
* 2: INTRA_ONLY_FRAME;
* 3: SWITCH_FRAME
/** \brief Frame Type:
* 0: KEY_FRAME;
* 1: INTER_FRAME;
* 2: INTRA_ONLY_FRAME;
* 3: SWITCH_FRAME
* For SWITCH_FRAME, application shall set error_resilient_mode = 1,
* refresh_frame_flags, etc. appropriately. And driver will convert it
* to INTER_FRAME.