diff options
Diffstat (limited to 'ext/gdk_pixbuf/gstgdkpixbuf.h')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.h b/ext/gdk_pixbuf/gstgdkpixbuf.h index 336c1e51..62e11aac 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.h +++ b/ext/gdk_pixbuf/gstgdkpixbuf.h @@ -55,6 +55,8 @@ struct _GstGdkPixbuf int height; int rowstride; unsigned int image_size; + + double framerate; }; struct _GstGdkPixbufClass |