diff options
author | John Stebbins <[email protected]> | 2015-08-25 09:49:36 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-09-24 13:01:44 -0700 |
commit | 2f912311718e522b2fb5e2a06446fe84a4247025 (patch) | |
tree | 3edc8e0bf2940bf455e42c0d697c60b5995995e2 /libhb/deccc608sub.h | |
parent | f122f66319ba45d607cfa89ba8f5fcfa5fc44840 (diff) |
libhb: add hb_buffer_list
This brings together several independent implementations of a simple
buffer list manager.
Diffstat (limited to 'libhb/deccc608sub.h')
-rw-r--r-- | libhb/deccc608sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h index d01209f62..0fa8c26d7 100644 --- a/libhb/deccc608sub.h +++ b/libhb/deccc608sub.h @@ -85,6 +85,7 @@ struct s_write { int new_sentence; int new_channel; int in_xds_mode; + hb_buffer_list_t list; hb_buffer_t *hb_buffer; hb_buffer_t *hb_last_buffer; uint64_t last_pts; |