[vlc-commits] mux:ts: fix variables that are mtime_t
Steve Lhomme
git at videolan.org
Thu Jun 14 16:41:00 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jun 12 14:56:20 2018 +0200| [92e126c9988318ce4bbceaf1cdf6a57021c781f3] | committer: Steve Lhomme
mux:ts: fix variables that are mtime_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92e126c9988318ce4bbceaf1cdf6a57021c781f3
---
modules/mux/mpeg/ts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index a60eb1f9d5..65f28bedc3 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -374,7 +374,7 @@ typedef struct
int64_t i_shaping_delay;
int64_t i_pcr_delay;
- int64_t i_dts_delay;
+ mtime_t i_dts_delay;
mtime_t first_dts;
bool b_use_key_frames;
More information about the vlc-commits
mailing list