I am using VLCkit to build a video player on macOS. I want to display video and audio codec information. When I scan the media I can see that I have a video codec of 1668703592, and an audio codec of 1630826605.
My question is: where/how can I look up these integers to resolve them to a human-readable codec name?
I don't see a lookup for these of any kind in the source, or am I barking up the wrong tree.
Thanks.