Use proper length specifiers in mp_msg calls, fixes the warnings:
commit021fe627dcc2cd001fb740f57e7791a472dfa921
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 28 Dec 2007 23:25:02 +0000 (28 23:25 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 28 Dec 2007 23:25:02 +0000 (28 23:25 +0000)
tree989a3333a72b3cc2a632476b8508f9a4161a13bc
parent921cef29ce5dd9bb757e7b6b778cddd6618e690e
Use proper length specifiers in mp_msg calls, fixes the warnings:
vo_zr.c: In function 'init_zoran':
vo_zr.c:228: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
vo_zr.c:228: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'
vo_zr.c:237: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
vo_zr.c:237: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'
vo_zr.c:241: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
vo_zr.c:241: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25539 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/vo_zr.c