]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.h
Travis/Xonotic: use Ubuntu's mingw-w64 and fix linux32 dependency hell.
[xonotic/darkplaces.git] / cl_video.h
index 4277124e65eef76f01558973cf7cd5c2d36d5f59..97960b89bff97adc966530381ca661366260fe4f 100644 (file)
@@ -59,6 +59,7 @@ typedef struct clvideo_s
        unsigned int (*getwidth) (void *stream);
        unsigned int (*getheight) (void *stream);
        double (*getframerate) (void *stream);
+       double (*getaspectratio) (void *stream);
        int (*decodeframe) (void *stream, void *imagedata, unsigned int Rmask, unsigned int Gmask, unsigned int Bmask, unsigned int bytesperpixel, int imagebytesperrow);
 
        // if a video is suspended, it is automatically paused (else we'd still have to process the frames)