diff options
Diffstat (limited to 'ext/dv/gstdvdemux.h')
-rw-r--r-- | ext/dv/gstdvdemux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdemux.h b/ext/dv/gstdvdemux.h index 53121e34..2978a101 100644 --- a/ext/dv/gstdvdemux.h +++ b/ext/dv/gstdvdemux.h @@ -73,7 +73,7 @@ struct _GstDVDemux { guint64 timestamp; guint64 duration; - guint total_frames; + gint64 total_frames; guint64 audio_offset; guint64 video_offset; |