Skip to content

Bugfix for rendering CEA608 captions embedded in H264 SEI

Vinay Rosenberg requested to merge github/fork/kiranc7/development into development

Created by: kiranc7

  • If composition_time_offset flag is not set in trun box header, it is leading to garbled CC text rendering.
  • This is caused by "undefined" sample.sample_composition_text_offset field.
  • codem-isoboxer expects the caller to resolve to the defaults.

Merge request reports