sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 567 forks source link

Fixed a typo mistake in H265TrackImpl.createSampleEntry #467

Closed kwankin-yau closed 9 months ago

kwankin-yau commented 1 year ago
  1. Fix a typo mistake in H265TrackImpl.createSampleEntry:

The NAL_TYPE_PPS_NUT should be NAL_TYPE_VPS_NUT

  1. TrackRunBox add getSampleSizeTotal method