Conversation
dwbuiten
left a comment
There was a problem hiding this comment.
I really don't like hyper-specific APIs like this, if I am honest.
IMO it should be a generic stream metadata API, not hardcoded to one single thing someone needed once.
|
Do you mean something like |
|
I mean something like a way to generically get metadata from a track, rather than solely |
|
Ok, in this case, I believe I could add Currently, the |
I think the function should be generic and allow you to get any ket, and not just specific ones. |
8148cf3 to
40726ae
Compare
40726ae to
588daf4
Compare
|
Ok, I believe it should be fine like this. |
588daf4 to
3895e52
Compare
FFMS_GetTrackMetadata simply exposes AVStream::metadata to users.
3895e52 to
8b66504
Compare
Add FFMS_GetTrackMetadata.
This is useful for tool like Aegisub that expose all the audio tracks to the user by exposing the track title
I tested this PR with this code
@arch1t3cht