mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
vaapi_encode: Support forcing IDR frames via AVFrame.pict_type
This commit is contained in:
@@ -192,6 +192,7 @@ typedef struct VAAPIEncodeContext {
|
||||
// Frame type decision.
|
||||
int p_per_i;
|
||||
int b_per_p;
|
||||
int force_idr;
|
||||
int gop_counter;
|
||||
int p_counter;
|
||||
int end_of_stream;
|
||||
|
Reference in New Issue
Block a user