[vlc-commits] schroedinger: pts offset and duration are vlc_tick_t

Steve Lhomme git at videolan.org
Wed Sep 19 11:58:42 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 31 12:52:47 2018 +0200| [e8dda76392c60101967bf045ea057978b86c7e02] | committer: Steve Lhomme

schroedinger: pts offset and duration are vlc_tick_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8dda76392c60101967bf045ea057978b86c7e02
---

 modules/codec/schroedinger.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/schroedinger.c b/modules/codec/schroedinger.c
index 3ad83e8e9f..522946199e 100644
--- a/modules/codec/schroedinger.c
+++ b/modules/codec/schroedinger.c
@@ -907,8 +907,8 @@ typedef struct
     block_t *p_chain;
 
     struct picture_pts_t pts_tlb[SCHRO_PTS_TLB_SIZE];
-    unsigned i_pts_offset;
-    unsigned i_field_duration;
+    vlc_tick_t i_pts_offset;
+    vlc_tick_t i_field_duration;
 
     bool b_eos_signalled;
     bool b_eos_pulled;



More information about the vlc-commits mailing list