summaryrefslogtreecommitdiffstats
path: root/xvid_vbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xvid_vbr.h')
-rw-r--r--xvid_vbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xvid_vbr.h b/xvid_vbr.h
index 01c1cef366..2c91ebb6ee 100644
--- a/xvid_vbr.h
+++ b/xvid_vbr.h
@@ -180,7 +180,7 @@ typedef struct vbr_control_t
/* ----------- Internal data - do not modify ----------- */
vbr_init_function_ptr init;
vbr_get_quant_function_ptr getquant;
- vbr_get_intra_function_ptr getintra;
+ vbr_get_intra_function_ptr getintra;
vbr_update_function_ptr update;
vbr_finish_function_ptr finish;