From 2601de41209ebed1abf2e577e109056fbe9d1211 Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 12 Jan 2006 20:04:36 +0000 Subject: massive attack: mp_msg printf format fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17367 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_remove_logo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs/vf_remove_logo.c') diff --git a/libmpcodecs/vf_remove_logo.c b/libmpcodecs/vf_remove_logo.c index b4a44bf0ad..78751d90c7 100644 --- a/libmpcodecs/vf_remove_logo.c +++ b/libmpcodecs/vf_remove_logo.c @@ -132,8 +132,8 @@ __________________________________________________________________________ */ typedef struct { - unsigned short int width; - unsigned short int height; + unsigned int width; + unsigned int height; unsigned char * pixel; -- cgit v1.2.3