ralfbiedert / openh264-rs

Idiomatic Rust wrappers around OpenH264.
66 stars 32 forks source link

Adding tests to validate each frame can be fully decoded #22

Closed msabansal closed 1 year ago

msabansal commented 1 year ago

Followup tests for https://github.com/ralfbiedert/openh264-rust/pull/21

msabansal commented 1 year ago

Updated the tests to compare final output against an image

ralfbiedert commented 1 year ago

Thanks!