]> git.sesse.net Git - ffmpeg/blobdiff - tests/checkasm/v210enc.c
Merge commit '49623f531972be5dc2dd8c1b4b8748cad7c424ff'
[ffmpeg] / tests / checkasm / v210enc.c
index cdb8e761e39635d14be8e4b8a38ee8cfd2eaf2e5..ed3677659db7e891d425c7e49299ab26770531b0 100644 (file)
@@ -1,20 +1,20 @@
 /*
  * Copyright (c) 2015 Henrik Gramner
  *
- * This file is part of Libav.
+ * This file is part of FFmpeg.
  *
- * Libav is free software; you can redistribute it and/or modify
+ * FFmpeg is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * Libav is distributed in the hope that it will be useful,
+ * FFmpeg is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with Libav; if not, write to the Free Software Foundation, Inc.,
+ * with FFmpeg; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
@@ -43,7 +43,7 @@
             AV_WN32A(v0 + i, r);                       \
             AV_WN32A(v1 + i, r);                       \
         }                                              \
-        for (i = 0; i < BUF_SIZE * 8 / 3; i += 4) {    \
+        for (i = 0; i < width * 8 / 3; i += 4) {       \
             uint32_t r = rnd();                        \
             AV_WN32A(dst0 + i, r);                     \
             AV_WN32A(dst1 + i, r);                     \