diff imgconvert.c @ 12395:e05e29a04ada libavcodec

Cosmetics: remove useless ().
author stefano
date Sat, 21 Aug 2010 15:18:54 +0000
parents e7de1ba6dbc0
children ffb3668ff7af
line wrap: on
line diff
--- a/imgconvert.c	Sat Aug 21 11:52:03 2010 +0000
+++ b/imgconvert.c	Sat Aug 21 15:18:54 2010 +0000
@@ -785,7 +785,7 @@
                            const uint8_t *src, int src_wrap,
                            int width, int height)
 {
-    if((!dst) || (!src))
+    if (!dst || !src)
         return;
     for(;height > 0; height--) {
         memcpy(dst, src, width);