Gnurou / v4l2r

Rust bindings for V4L2
MIT License
21 stars 10 forks source link

Dev decoder stateless #32

Closed semigle closed 3 months ago

semigle commented 3 months ago

These patches provides few minor changes which are required to support video stateless decoder interface. Please take a look and let me know your feedback. Thanks!

Gnurou commented 3 months ago

Thanks! This LGTM, but I had to rebase and make a few changes due to conflicts with recent commits of mine. Can you take a look and confirm that this still works?

Gnurou commented 3 months ago

Ah, and please run cargo fmt on top of each commit, to make sure the health check test passes.

semigle commented 3 months ago

Great!! Thanks for rebase and health check. I've tested latest version and it's fine.

Gnurou commented 3 months ago

Thanks! Merged.