summaryrefslogtreecommitdiffstats
path: root/libhb/deccc608sub.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-05-17 11:00:19 -0600
committerJohn Stebbins <[email protected]>2016-05-17 11:00:19 -0600
commit9dcce9df07f4db1fa61f25ffeb106aa00bd64190 (patch)
tree8d4c9067811cd4604df2789569cade7c856ac6bc /libhb/deccc608sub.h
parent463091c66ec5cee140331f1d435b1bc2dc5561cb (diff)
deccc608sub: fix last_pts data type
Diffstat (limited to 'libhb/deccc608sub.h')
-rw-r--r--libhb/deccc608sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h
index d4d1bdf17..6dcdf4690 100644
--- a/libhb/deccc608sub.h
+++ b/libhb/deccc608sub.h
@@ -88,7 +88,7 @@ struct s_write {
hb_buffer_list_t list;
hb_buffer_t *hb_buffer;
hb_buffer_t *hb_last_buffer;
- uint64_t last_pts;
+ int64_t last_pts;
unsigned char *enc_buffer; // Generic general purpose buffer
unsigned enc_buffer_used;
unsigned enc_buffer_capacity;