Skip to content

Commit

Permalink
demos/plplay: default to pl_render_default_params
Browse files Browse the repository at this point in the history
It's called pl_render_*DEFAULT*_params for a reason.
  • Loading branch information
haasn committed Sep 25, 2023
1 parent a8d44e5 commit 45902de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/plplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ int main(int argc, char *argv[])
.use_icc_luma = true,
.fps = 60.0,
.args = {
.preset = &pl_render_default_params,
.verbosity = PL_LOG_INFO,
},
};
Expand Down

0 comments on commit 45902de

Please sign in to comment.