summaryrefslogtreecommitdiffstats
path: root/libhb/fifo.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-12-09 08:57:34 -0800
committerJohn Stebbins <[email protected]>2016-12-17 07:28:51 -0800
commita4a6332a90b21eb246b5147dc3285b36cd6f631e (patch)
treee7085c7b1ebfd3128189397d3cffabe4cb538fda /libhb/fifo.c
parent85a1e94e356df5ad8bca2b73b197e87aabf59fe6 (diff)
qsv: fix more compiler warnings
Diffstat (limited to 'libhb/fifo.c')
-rw-r--r--libhb/fifo.c2
1 files changed, 1 insertions, 1 deletions
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