If you look at the manual you will see that you need a close icon (32) to have the maximize icon (128) and for the close icon you need a title bar (16). So the minimum is the combination 16, 32, 128 ... so use:
Code:
video_window(0,0,(16|32|128),"my title");