videojs / vhs-utils

Objects and functions shared throughout @videojs/http-streaming code
MIT License
6 stars 7 forks source link

Revert "fix: parse unknown codecs as audio or video (#15)" #18

Closed brandonocasey closed 3 years ago

brandonocasey commented 3 years ago

This reverts commit cd2c9bb32b7008501b21c1609e993f9d5554e60d.

With the recent addition of subtitle codecs, I realized that this was a bad change. We should instead mark these codecs unto an unknown property. Luckily we didn't do any releases with this code.