Add option for intra refresh (resolves #86)

This commit is contained in:
Yukino Song
2024-10-26 21:31:28 +08:00
parent 90ed57eeb3
commit 11e0bad4f3
8 changed files with 28 additions and 5 deletions
+3
View File
@@ -48,6 +48,9 @@ namespace nvenc {
// Add filler data to encoded frames to stay at target bitrate, mainly for testing
bool insert_filler_data = false;
// Intra refresh for clients that doesn't request keyframe correctly
bool intra_refresh = false;
};
} // namespace nvenc