]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo5.c
flashsv: cosmetics: drop some unnecessary parentheses
[ffmpeg] / libavcodec / indeo5.c
index 088b45a263c20138fffc67ff8b7ac5fbe53e6a86..ba1bc18eff4f996d6a2e002d44e435e495053ad0 100644 (file)
@@ -629,7 +629,7 @@ static int decode_band(IVI5DecContext *ctx, int plane_num,
         FFSWAP(int16_t, band->rv_map->valtab[idx1], band->rv_map->valtab[idx2]);
     }
 
-#if IVI_DEBUG
+#ifdef DEBUG
     if (band->checksum_present) {
         uint16_t chksum = ivi_calc_band_checksum(band);
         if (chksum != band->checksum) {