]> git.sesse.net Git - vlc/commit
libvlc: Add a new more extensible struct libvlc_media_track_t
authorMartin Storsjö <martin@martin.st>
Tue, 12 Feb 2013 20:45:25 +0000 (22:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 12 Feb 2013 20:49:40 +0000 (22:49 +0200)
commitcd5345a00009f2fc571c23509a025331ad24fc87
treebdd3c891d38e5f1f543a7335f3eda752de81adf8
parenta17f1b372fd38ea54b3736a2eaead9a3b64da17a
libvlc: Add a new more extensible struct libvlc_media_track_t

Due to the way this struct is allocated, it can be extended later
without breaking ABI.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc/libvlc_media.h
lib/libvlc.sym
lib/media.c