Skip to content

Commit

Permalink
Increase hwdec_extra_frames value
Browse files Browse the repository at this point in the history
Just increase it from 6 to 8. Just make it dividable by 4... This will also increase VRAM usage a bit.
  • Loading branch information
mitzsch committed Sep 5, 2023
1 parent 3fe7fbb commit a2a6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/decode/vd_lavc.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const struct m_sub_options vd_lavc_conf = {
// might require adjustment depending on whatever the player does;
// for example, if vo_gpu increases the number of reference surfaces for
// interpolation, this value has to be increased too.
.hwdec_extra_frames = 6,
.hwdec_extra_frames = 8,
},
};

Expand Down

0 comments on commit a2a6144

Please sign in to comment.