diff options
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r-- | libmpcodecs/pullup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/pullup.h b/libmpcodecs/pullup.h index a51f0e169f..643eaafd21 100644 --- a/libmpcodecs/pullup.h +++ b/libmpcodecs/pullup.h @@ -47,6 +47,7 @@ struct pullup_context int *bpp, *w, *h, *stride, *background; unsigned int cpu; int junk_left, junk_right, junk_top, junk_bottom; + int verbose; /* Internal data */ struct pullup_field *first, *last, *head; struct pullup_buffer *buffers; |