[vlc-commits] live555: the last pts and pcr are vlc_tick_t values
Steve Lhomme
git at videolan.org
Wed Sep 19 11:58:05 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May 7 15:41:43 2018 +0200| [e6351e3c0388eab3490d10f044cd6cf07b87cdc3] | committer: Steve Lhomme
live555: the last pts and pcr are vlc_tick_t values
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6351e3c0388eab3490d10f044cd6cf07b87cdc3
---
modules/access/live555.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/live555.cpp b/modules/access/live555.cpp
index 95709125a3..8422ad7468 100644
--- a/modules/access/live555.cpp
+++ b/modules/access/live555.cpp
@@ -177,8 +177,8 @@ typedef struct
bool b_flushing_discontinuity;
int i_next_block_flags;
char waiting;
- int64_t i_prevpts;
- int64_t i_pcr;
+ vlc_tick_t i_prevpts;
+ vlc_tick_t i_pcr;
double f_npt;
struct dtsgen_t dtsgen;
More information about the vlc-commits
mailing list