Skip to content

media: bcm2835-codec: Increase video callbacks limit #4658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ static int bcm2835_codec_create_component(struct bcm2835_codec_ctx *ctx)
&enable,
sizeof(enable));

enable = (unsigned int)-5;
enable = (unsigned int)-6;
vchiq_mmal_port_parameter_set(dev->instance,
&ctx->component->control,
MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS,
Expand Down