]> git.sesse.net Git - vlc/commit
api: allow to change A/R on the fly.
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sat, 28 Dec 2013 22:36:24 +0000 (23:36 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 30 Dec 2013 14:40:36 +0000 (15:40 +0100)
commit86dde348a747c8a4347651962f4511c335b8a89d
tree7eabcd1217be33370c6433457474b06eef872d6d
parent218e5b8a84793188fc537fb75e4b07560f4a0bf2
api: allow to change A/R on the fly.

ASF allows specifying a new aspect ratio while playing back.
Triggering change using the "aspect-ratio" variable can't work
for unknown A/R as the variable is "Checked" type.
include/vlc_vout.h
src/libvlccore.sym
src/video_output/video_output.c