bbc / bmx

Library and utilities to read and write broadcasting media files. Primarily supports the MXF file format
BSD 3-Clause "New" or "Revised" License
62 stars 17 forks source link

Remove the generic sample rate restriction #72

Closed irieger closed 4 months ago

irieger commented 4 months ago

Following the discussion in #70 this PR removes the generic sample rate check and leaves the essence specific verification of the sample rate to the corresponding essence specific checks.

Closes #70