diff options
author | John Stebbins <[email protected]> | 2016-05-17 12:46:38 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-17 12:46:38 -0600 |
commit | c6342c8124cf958f9d63a50e51ac776c8d02967e (patch) | |
tree | 4f2a1627364afd37c04dfbb68996a641b86c8413 /libhb/declpcm.c | |
parent | 692acd96901448759d909a3ddd40951d16716592 (diff) |
libhb: remove unused hb_buffer_t sequence number
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r-- | libhb/declpcm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/declpcm.c b/libhb/declpcm.c index ff3e55fc2..a75c506d9 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -20,7 +20,6 @@ struct hb_work_private_s uint32_t pos; /* buffer offset for next input data */ int64_t next_pts; /* pts for next output frame */ - int64_t sequence; /* the following is frame info for the frame we're currently accumulating */ uint64_t duration; /* frame duratin (in 90KHz ticks) */ @@ -199,8 +198,6 @@ static int declpcmWork( hb_work_object_t * w, hb_buffer_t ** buf_in, return HB_WORK_DONE; } - pv->sequence = in->sequence; - // if we have a frame to finish, add enough data from this buf // to finish it if (pv->size) |