trilliumeng / orion-sdk

Public SDK and ICD for Trillium Engineering's Orion Gimbals.
http://www.trilliumeng.com
MIT License
15 stars 15 forks source link

StreamDecoder.c using deprecated values #15

Closed TheLumbee closed 4 months ago

TheLumbee commented 2 years ago

AVStream no longer has a member named codec. I've found some examples of other who have ran into this issue like here.

Apparently, codecpar is the updated member but unsure if it functions similarly.

trilliumbuild commented 4 months ago

This has been an ongoing issue and depends on the version of AVStream being used this is now fixed for the 24.1 release.