summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxviddec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xvid/gstxviddec.h')
-rw-r--r--ext/xvid/gstxviddec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xvid/gstxviddec.h b/ext/xvid/gstxviddec.h
index fa90d06a..e5741458 100644
--- a/ext/xvid/gstxviddec.h
+++ b/ext/xvid/gstxviddec.h
@@ -54,7 +54,7 @@ struct _GstXvidDec {
/* video (output) settings */
gint csp, bpp, stride;
gint width, height;
- double fps;
+ gint fps_n, fps_d;
};
struct _GstXvidDecClass {