]> git.sesse.net Git - vlc/commit
lib: use explicit array initialisation syntax for position table
authorMark Lee <mark.lee@capricasoftware.co.uk>
Sat, 24 May 2014 12:00:24 +0000 (13:00 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 24 May 2014 12:37:37 +0000 (20:37 +0800)
commitc6b8b1b5022e2e701def97e02975814c9ad95942
tree44e1aef79789eafaa90c7dd22ed6c98bd8c2a507
parent8402ed45ea0c11b35650cf1e901cd023f2b2666b
lib: use explicit array initialisation syntax for position table

Also use unsigned char rather than int as the type

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
lib/media_player.c