summaryrefslogtreecommitdiffstats
path: root/libvo/vo_zr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_zr.c')
-rw-r--r--libvo/vo_zr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c
index 2d4dd39b2f..814ecf2efd 100644
--- a/libvo/vo_zr.c
+++ b/libvo/vo_zr.c
@@ -25,7 +25,7 @@
#include "video_out.h"
#include "video_out_internal.h"
#include "../mp_msg.h"
-#include "../cfgparser.h"
+#include "../m_option.h"
#include "fastmemcpy.h"
#include "jpeg_enc.h"
@@ -644,7 +644,7 @@ static uint32_t draw_slice(uint8_t *srcimg[], int stride[],
/* copied and adapted from vo_aa_parseoption */
int
-vo_zr_parseoption(struct config * conf, char *opt, char *param){
+vo_zr_parseoption(m_option_t* conf, char *opt, char *param){
/* got an option starting with zr */
zr_info_t *zr = &zr_info[zr_parsing];
int i;
@@ -780,7 +780,7 @@ vo_zr_parseoption(struct config * conf, char *opt, char *param){
return ERR_NOT_AN_OPTION;
}
-void vo_zr_revertoption(config_t* opt,char* param) {
+void vo_zr_revertoption(m_option_t* opt,char* param) {
zr_info_t *zr = &zr_info[1];
zr_count = 1;