Skip to content

Fix undefined behavior, assertion failure, and use of uninitialized values

Mark Harris requested to merge markh/libopusenc:bugfix1 into master
  • Fix signed shift undefined behavior
  • Fix ope_encoder_drain() assertion failure
  • Fix use of uninitialized end_granule, frame_size_request, callbacks, serialno

Merge request reports