summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-01-22 09:34:43 -0700
committerJohn Stebbins <[email protected]>2016-01-22 09:34:43 -0700
commit98b945a02a1474fc43e449fa432c9895f394da13 (patch)
treeeababc5e70ce2b45a06faf802768f5a9fab476c9 /libhb
parent54d87e8df7928409bb061f4f686dc8aa6be95bb3 (diff)
qsv: fix build with qsv enabled
missing ';'
Diffstat (limited to 'libhb')
-rw-r--r--libhb/qsv_filter_pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/qsv_filter_pp.c b/libhb/qsv_filter_pp.c
index 9920dbaf0..55aa30357 100644
--- a/libhb/qsv_filter_pp.c
+++ b/libhb/qsv_filter_pp.c
@@ -41,7 +41,7 @@ static int hb_qsv_filter_pre_init( hb_filter_object_t * filter,
static int hb_qsv_filter_pre_work( hb_filter_object_t * filter,
hb_buffer_t ** buf_in,
hb_buffer_t ** buf_out );
-static hb_filter_info_t * hb_qsv_filter_pre_info( hb_filter_object_t * filter )
+static hb_filter_info_t * hb_qsv_filter_pre_info( hb_filter_object_t * filter );
static void hb_qsv_filter_pre_close( hb_filter_object_t * filter );
static int hb_qsv_filter_post_init( hb_filter_object_t * filter,