]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/error_resilience.c
aacenc: fix out of array writes
[ffmpeg] / libavcodec / error_resilience.c
index 6ae06f2ad1732a09250ef990627bd7ef5fb7089a..7ddc5ac052383e259033a4d045bc0d366e98a5e4 100644 (file)
@@ -724,8 +724,6 @@ skip_last_mv:
                         fixed[mb_xy] = MV_UNCHANGED;
                 }
             }
-
-            // printf(".%d/%d", changed, score_sum); fflush(stdout);
         }
 
         if (none_left)
@@ -736,7 +734,6 @@ skip_last_mv:
             if (fixed[mb_xy])
                 fixed[mb_xy] = MV_FROZEN;
         }
-        // printf(":"); fflush(stdout);
     }
 }