diff options
author | John Stebbins <[email protected]> | 2016-12-09 08:57:34 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-17 07:28:51 -0800 |
commit | a4a6332a90b21eb246b5147dc3285b36cd6f631e (patch) | |
tree | e7085c7b1ebfd3128189397d3cffabe4cb538fda /libhb/fifo.c | |
parent | 85a1e94e356df5ad8bca2b73b197e87aabf59fe6 (diff) |
qsv: fix more compiler warnings
Diffstat (limited to 'libhb/fifo.c')
-rw-r--r-- | libhb/fifo.c | 2 |
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 |