sd_ass: initialize structs for external tracks properly
commit6a747169896e6d2133b0760f53ef2b9a2e6181c8
authorUoti Urpala <uau@mplayer2.org>
Thu, 21 Feb 2013 17:50:03 +0000 (21 19:50 +0200)
committerUoti Urpala <uau@mplayer2.org>
Thu, 21 Feb 2013 17:50:03 +0000 (21 19:50 +0200)
tree41c96831445e59882815ec6a936e6ea797e0c65f
parent3873a149f01e3bbd7ad5dde56c720ba3a45c3b18
sd_ass: initialize structs for external tracks properly

sd_ass_create_from_track() did not zero-initialize the created struct
sh_sub, which could cause at least an assertion failure at exit. Fix.
sub/sd_ass.c