diff libmpcodecs/vf_remove_logo.c @ 17366:934380353fd6

massive attack: mp_msg printf format fixes
author rathann
date Thu, 12 Jan 2006 20:04:36 +0000
parents 6ff3379a0862
children 20aca9baf5d8
line wrap: on
line diff
--- a/libmpcodecs/vf_remove_logo.c	Thu Jan 12 11:27:26 2006 +0000
+++ b/libmpcodecs/vf_remove_logo.c	Thu Jan 12 20:04:36 2006 +0000
@@ -132,8 +132,8 @@
  */
 typedef struct
 {
-  unsigned short int width;
-  unsigned short int height;
+  unsigned int width;
+  unsigned int height;
 
   unsigned char * pixel;