]> granicus.if.org Git - libvpx/commitdiff
trivial: remove reference to error correction
authorJohann <johannkoenig@google.com>
Wed, 4 Dec 2019 23:07:12 +0000 (15:07 -0800)
committerJohann <johannkoenig@google.com>
Wed, 4 Dec 2019 23:07:12 +0000 (15:07 -0800)
vp9 does not support error correction

Change-Id: I89517ae97abfa60833c9150495556d49c9656778

vp9/decoder/vp9_decodeframe.c

index e8b38699478aafba995adb420ba85782a5628f98..2a27e6fdb3c83b97b9a1e1a08003838ee271e58a 100644 (file)
@@ -1298,9 +1298,8 @@ static void setup_token_decoder(const uint8_t *data, const uint8_t *data_end,
                                 struct vpx_internal_error_info *error_info,
                                 vpx_reader *r, vpx_decrypt_cb decrypt_cb,
                                 void *decrypt_state) {
-  // Validate the calculated partition length. If the buffer
-  // described by the partition can't be fully read, then restrict
-  // it to the portion that can be (for EC mode) or throw an error.
+  // Validate the calculated partition length. If the buffer described by the
+  // partition can't be fully read then throw an error.
   if (!read_is_valid(data, read_size, data_end))
     vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME,
                        "Truncated packet or corrupt tile length");