From a4a6332a90b21eb246b5147dc3285b36cd6f631e Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Fri, 9 Dec 2016 08:57:34 -0800 Subject: qsv: fix more compiler warnings --- libhb/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/fifo.c') diff --git a/libhb/fifo.c b/libhb/fifo.c index 5ec49bf86..a07545ed5 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -740,7 +740,7 @@ void hb_buffer_close( hb_buffer_t ** _b ) } } av_qsv_flush_stages(b->qsv_details.ctx->pipes, - &b->qsv_details.qsv_atom); + (av_qsv_list**)&b->qsv_details.qsv_atom); } #endif -- cgit v1.2.3