MythTV / mythtv

The official MythTV repository
https://www.mythtv.org
GNU General Public License v2.0
699 stars 343 forks source link

BitReader cleanup #922

Open ulmus-scott opened 1 week ago

ulmus-scott commented 1 week ago

This is a change to make ByteReader not depend on FFmpeg and some minor tweaks to BitReader. The only functional change is in the last commit in regards to how BitReader responds when the data it is reading has been modified since it was constructed (which should never happen). See the individual commits for details.

Checklist