diff options
Diffstat (limited to 'ext/dts/gstdtsdec.h')
-rw-r--r-- | ext/dts/gstdtsdec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dts/gstdtsdec.h b/ext/dts/gstdtsdec.h index 86ebec23..04b7f687 100644 --- a/ext/dts/gstdtsdec.h +++ b/ext/dts/gstdtsdec.h @@ -61,10 +61,10 @@ struct _GstDtsDec { sample_t *samples; dts_state_t *state; - GstByteStream *bs; - + /* Data left over from the previous buffer */ + GstBuffer *cache; + /* keep track of time */ - GstClockTime last_ts; GstClockTime current_ts; }; |