Skip to content
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

mpv segfaults in a52 plugin #35

Closed
ykurlaev opened this issue Oct 2, 2021 · 1 comment
Closed

mpv segfaults in a52 plugin #35

ykurlaev opened this issue Oct 2, 2021 · 1 comment

Comments

@ykurlaev
Copy link

ykurlaev commented Oct 2, 2021

When using mpv with the option audio-device=alsa/<a52 device> it gets a segfault on this line

snd_output_printf(out, " %-13s: %i\n", "av_frame_size", rec->avctx->frame_size);
because it calls dump before prepare has been called and rec->avctx is NULL.

@perexg perexg closed this as completed in 286378b Nov 2, 2021
@perexg
Copy link
Member

perexg commented Nov 2, 2021

Fixed in 286378b . Thank you for your report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants