summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 19:56:13 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 19:56:13 +0000
commita732a2b6d7b7c2742eed93ab67c962b3e39a8f45 (patch)
treec406a79ff61c7dd6662d27f70bae06a3d44cba94 /libmpcodecs/pullup.h
parent601dd91dbdff6a87b2a9ac3c2ae31a9ce81169f9 (diff)
downloadmpv-a732a2b6d7b7c2742eed93ab67c962b3e39a8f45.tar.bz2
mpv-a732a2b6d7b7c2742eed93ab67c962b3e39a8f45.tar.xz
tweaks and cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10739 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/pullup.h')
-rw-r--r--libmpcodecs/pullup.h1
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;