Skip to content

rtpvp8pay: Use GstBitReader instead of dboolhuff implementation from libvpx

Sebastian Dröge requested to merge slomo/gstreamer:vp8-no-dboolhuff into main

All compressed frame header values that are read as part of the payloader are encoded as bits with 50:50 probability, and as such are just the plain bits as they are.

Merge request reports