diff options
Diffstat (limited to 'gst/nuvdemux/gstnuvdemux.h')
-rw-r--r-- | gst/nuvdemux/gstnuvdemux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/nuvdemux/gstnuvdemux.h b/gst/nuvdemux/gstnuvdemux.h index 56da9ef8..24fdd6d4 100644 --- a/gst/nuvdemux/gstnuvdemux.h +++ b/gst/nuvdemux/gstnuvdemux.h @@ -92,9 +92,9 @@ typedef struct 0x02: gauss 5 pixel (8,1,1,1,1)/12 0x04: cartoon filter */ - guint32 i_timecode; /* ms */ + gint i_timecode; /* ms */ - guint32 i_length; /* V,A,T: length of following data + gint i_length; /* V,A,T: length of following data S: length of packet correl */ } nuv_frame_header; |