Gnurou / v4l2r

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

queue/qbuf: add QBufferWeak for stateless decoders #36

Open semigle opened 2 months ago

semigle commented 2 months ago

This commit provides the weak version QBuffer without strong reference to its queue. It is espcially usefull for the frame based stateless decoder when processing farmes with mutliple slices in the output direction.