changeset 12395:e05e29a04ada libavcodec

Cosmetics: remove useless ().
author stefano
date Sat, 21 Aug 2010 15:18:54 +0000
parents d46c4c3204b8
children fe8005d542a4
files imgconvert.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);