/*
 * call-seq:
 *   show ( x=0, y=0, vpts=0, unscaled=false ) -> nil
 *
 * Renders the osd into the video window at given position.
 */
static VALUE osd_show(int argc, VALUE *argv, VALUE self) {