[libbluray-devel] commit: Added pts field to top-level structs (segments) (hpi1 )

git at videolan.org git at videolan.org
Thu Aug 19 14:04:27 CEST 2010


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Aug 19 14:47:16 2010 +0300| [eca0fa3685d4dfb3fb394ab36a02372eb55d7197] | committer: hpi1 

Added pts field to top-level structs (segments)

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

 src/libbluray/decoders/ig.h |    2 ++
 src/libbluray/decoders/pg.h |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/libbluray/decoders/ig.h b/src/libbluray/decoders/ig.h
index efa7ff4..f4cd507 100644
--- a/src/libbluray/decoders/ig.h
+++ b/src/libbluray/decoders/ig.h
@@ -132,6 +132,8 @@ typedef struct bd_ig_interactive_composition_s {
  */
 
 typedef struct bd_pg_interactive_s {
+    int64_t       pts;
+
     BD_PG_VIDEO_DESCRIPTOR        video_descriptor;
     BD_PG_COMPOSITION_DESCRIPTOR  composition_descriptor;
     BD_IG_INTERACTIVE_COMPOSITION interactive_composition;
diff --git a/src/libbluray/decoders/pg.h b/src/libbluray/decoders/pg.h
index b9e91d7..f5e0230 100644
--- a/src/libbluray/decoders/pg.h
+++ b/src/libbluray/decoders/pg.h
@@ -69,6 +69,8 @@ typedef struct {
 } BD_PG_PALETTE_ENTRY;
 
 typedef struct {
+    int64_t pts;
+
     uint8_t id;
     uint8_t version;
 
@@ -81,6 +83,8 @@ typedef struct {
 } BD_PG_RLE_ELEM;
 
 typedef struct {
+    int64_t pts;
+
     uint16_t id;
     uint8_t  version;
 



More information about the libbluray-devel mailing list