[vlc-commits] mux:ogg: the local i_time is an mtime_t
Steve Lhomme
git at videolan.org
Thu Jun 14 16:41:01 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 10:31:09 2018 +0200| [42dce72a8211af5d6c29d1c29a6cced987f5830d] | committer: Steve Lhomme
mux:ogg: the local i_time is an mtime_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42dce72a8211af5d6c29d1c29a6cced987f5830d
---
modules/mux/ogg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c
index 534bd7185a..815ad80687 100644
--- a/modules/mux/ogg.c
+++ b/modules/mux/ogg.c
@@ -1585,7 +1585,7 @@ static int MuxBlock( sout_mux_t *p_mux, sout_input_t *p_input )
block_t *p_data = block_FifoGet( p_input->p_fifo );
block_t *p_og = NULL;
ogg_packet op;
- uint64_t i_time;
+ mtime_t i_time;
if( p_stream->fmt.i_codec != VLC_CODEC_VORBIS &&
p_stream->fmt.i_codec != VLC_CODEC_FLAC &&
More information about the vlc-commits
mailing list