summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
Diffstat (limited to 'vhook')
-rw-r--r--vhook/ppm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vhook/ppm.c b/vhook/ppm.c
index 94c034aa83..0e37ac412e 100644
--- a/vhook/ppm.c
+++ b/vhook/ppm.c
@@ -232,8 +232,8 @@ void Process(void *ctx, AVPicture *picture, enum PixelFormat pix_fmt, int width,
AVPicture picture1;
AVPicture picture2;
AVPicture *pict = picture;
- int av_uninit(out_width);
- int av_uninit(out_height);
+ int out_width;
+ int out_height;
int i;
uint8_t *ptr = NULL;
FILE *in = rwpipe_reader( ci->rw );