mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
Make reset_ptr() void.
Originally committed as revision 29229 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
896873b564
commit
8e86dd1241
@ -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)){
|
||||
|
Loading…
Reference in New Issue
Block a user