[vlc-commits] nuv: internal length is a vlc_tick_t
Steve Lhomme
git at videolan.org
Thu Sep 20 12:43:50 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Sat May 5 16:16:51 2018 +0200| [43608bcd0122ca883875fc329c024813d11ddb00] | committer: Steve Lhomme
nuv: internal length is a vlc_tick_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43608bcd0122ca883875fc329c024813d11ddb00
---
modules/demux/nuv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/nuv.c b/modules/demux/nuv.c
index ab2cb29a32..27fa8c41a6 100644
--- a/modules/demux/nuv.c
+++ b/modules/demux/nuv.c
@@ -189,7 +189,7 @@ typedef struct
/* frameheader buffer */
uint8_t fh_buffer[NUV_FH_SIZE];
int64_t i_total_frames;
- int64_t i_total_length;
+ vlc_tick_t i_total_length;
/* first frame position (used for calculating size without seektable) */
int i_first_frame_offset;
} demux_sys_t;
More information about the vlc-commits
mailing list