sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
136 stars 79 forks source link

Fixed SMPTE 291 exactframerate Field #345

Closed cmaberto closed 8 months ago

cmaberto commented 10 months ago

Incorrect ! of exactframerate from the parser causing SDP files to not include the exactframerate field needed. Some SDP parsers would reject SDP files generated from nmos::make_video_smpte291_parameters and make_video_smpte291_sdp_parameters as a result.

cmaberto commented 10 months ago

Related to issue #344.

jonathan-r-thorpe commented 8 months ago

Thank you for the PR. This has now been resolved with #346 so we will close this one.