summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/decavcodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index 499de9731..6c53fa928 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -1722,7 +1722,7 @@ static int decavcodecvWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
continue;
}
}
- hb_buffer_list_append(&pv->list, in);
+ hb_buffer_list_append(&pv->list, hb_buffer_dup(in));
*buf_out = hb_buffer_list_clear(&pv->list);
return HB_WORK_DONE;
}