Mercurial > mplayer.hg
changeset 29188:15e8d8f0a1ea
Make reset_ptr() void.
author | cehoyos |
---|---|
date | Thu, 23 Apr 2009 22:19:53 +0000 |
parents | e227d7137dc0 |
children | a7bb794af98d |
files | libswscale/swscale.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Thu Apr 23 21:01:07 2009 +0000 +++ b/libswscale/swscale.c Thu Apr 23 22:19:53 2009 +0000 @@ -2911,7 +2911,7 @@ return c; } -static int reset_ptr(uint8_t* src[], int format){ +static void reset_ptr(uint8_t* src[], int format){ if(!isALPHA(format)) src[3]=NULL; if(!isPlanarYUV(format)){