From 61b284de0d44247316fd185134c293d026e4131c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 11 Feb 2009 18:40:55 +0100 Subject: mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function --- gst/mxf/mxftypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mxf/mxftypes.h') diff --git a/gst/mxf/mxftypes.h b/gst/mxf/mxftypes.h index a59ac742..d56499ad 100644 --- a/gst/mxf/mxftypes.h +++ b/gst/mxf/mxftypes.h @@ -42,7 +42,7 @@ typedef struct { guint8 hour; guint8 minute; guint8 second; - guint8 quarter_msecond; + guint16 msecond; } MXFTimestamp; /* SMPTE 377M 3.3 */ -- cgit v1.2.1