Skip to content

Conversation

@Diordany
Copy link
Contributor

The prototype of write_video_packet did not match the function definition, resulting in a compiler error using gcc (GCC) 14.1.1 20240522. I updated the prototype to resolve the issue on my end.

This works on my system, but I'd like to know if there's a notable reason for not using the const keyword in this case (if I overlooked it).

The prototype did not match the definition before, resulting in a compiler error with `gcc (GCC) 14.1.1 20240522`.
@Diordany
Copy link
Contributor Author

Diordany commented Sep 6, 2024

Apparently this is not compatible with the currently picked (bundled) version of ffmpeg as described in electronstudio#4. This issue was solved by bumping the bundled ffmpeg up to the latest major version (now n7.0) with commit 4dc0521 (particularly the changes to deps/download.sh).

@H-M-H
Copy link
Owner

H-M-H commented Sep 25, 2024

Thanks! Fixed in 3a131f4.

@H-M-H H-M-H closed this Sep 25, 2024
@Diordany Diordany deleted the pr-func-proto branch September 25, 2024 20:58
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

Successfully merging this pull request may close these issues.

2 participants