]> granicus.if.org Git - libvpx/commit
Fix check of debug counts for corrupt frame
authorAdrian Grange <agrange@google.com>
Wed, 7 May 2014 17:31:55 +0000 (10:31 -0700)
committerAdrian Grange <agrange@google.com>
Fri, 9 May 2014 17:12:23 +0000 (10:12 -0700)
commit99892e85d56c2b5f08b1c007943dc3c8758edf0f
treed53d537e815df5dd3fd9b86dd12540f8a68753e0
parent9412785b0241e5ada129b96b74827881b3fb0da5
Fix check of debug counts for corrupt frame

Fixes the idecoder in the case where:
  cm->error_resilient_mode == 0, and
  cm->frame_parallel_decoding_mode == 0, but
  new_fb->corrupted == 1.

The assert in debug_check_frame_counts fails to
take into account the case of a corrupt frame.

Change-Id: Idf318a68458cc88d65d6f3f408a10d8ffe87e43f
vp9/decoder/vp9_decodeframe.c