diff options
Diffstat (limited to 'ext/dv/gstdvdec.h')
-rw-r--r-- | ext/dv/gstdvdec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 9f1fba4c..3fc58d96 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -58,7 +58,8 @@ struct _GstDVDec { gint frame_len; gboolean PAL; - gdouble framerate; + gint framerate_numerator; + gint framerate_denominator; gint height; gboolean wide; |