summaryrefslogtreecommitdiffstats
path: root/libhb/declpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r--libhb/declpcm.c3
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)