vatic
vatic copied to clipboard
height and width inverted in dumppascal
cli.py line 933
file.write("<height>{0}</height>".format(video.width))
file.write("<width>{0}</width>".format(video.height))