Commit 62c22874 authored by cehoyos's avatar cehoyos

Make reset_ptr() void.

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29229 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3646b61b
......@@ -2911,7 +2911,7 @@ SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int d
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)){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment