diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-11 18:40:55 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-12 11:00:07 +0100 |
commit | 61b284de0d44247316fd185134c293d026e4131c (patch) | |
tree | e4fb723dea7b889470e8f816c3176bdfc22c1f18 /gst/mxf/mxftypes.h | |
parent | 144466e2cd855f420211b475f18ab0a0a4d7243e (diff) | |
download | gst-plugins-bad-61b284de0d44247316fd185134c293d026e4131c.tar.gz gst-plugins-bad-61b284de0d44247316fd185134c293d026e4131c.tar.bz2 gst-plugins-bad-61b284de0d44247316fd185134c293d026e4131c.zip |
mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() function
Diffstat (limited to 'gst/mxf/mxftypes.h')
-rw-r--r-- | gst/mxf/mxftypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |