match a couple h264-reader semantic changes. E.g., decode_nal now expects the full NALU including header byte.
adjust test data in depacketize_parameter_change. The SDP parameters I used were invalid in a way caught only by the new h264-reader crate. That's not the intended scenario, so use different parameters. But mention the accidental scenario in CHANGELOG.md.
initialize logging in h264 tests to ease debugging problems like the bullet above.
match a couple h264-reader semantic changes. E.g., decode_nal now expects the full NALU including header byte.
adjust test data in depacketize_parameter_change. The SDP parameters I used were invalid in a way caught only by the new h264-reader crate. That's not the intended scenario, so use different parameters. But mention the accidental scenario in CHANGELOG.md.
initialize logging in h264 tests to ease debugging problems like the bullet above.
in AAC code, match h264-reader's switch from bitreader to bitstream-io. This keeps dependencies down, in addition to the reasons for h264-reader's switch, described here: https://github.com/dholroyd/h264-reader/commit/7a02a3b7bd739e96ce262c852ea8b177e226f7f3