]> granicus.if.org Git - libvpx/commit
vpxdec: ignore GET_FRAME_CORRUPTED error w/--keep-going
authorJames Zern <jzern@google.com>
Thu, 18 Dec 2014 03:20:00 +0000 (19:20 -0800)
committerJames Zern <jzern@google.com>
Thu, 18 Dec 2014 03:20:00 +0000 (19:20 -0800)
commitfcbf3e45ffdda1b74350fb8804bbbd24d3a9edd7
tree1ac8fc8a4b1bcc0ac3e25440d913f84382546503
parent09b9a59fb5657954e35ba0573a39e7620d7d5175
vpxdec: ignore GET_FRAME_CORRUPTED error w/--keep-going

this function may return an error if no frame is available; --keep-going
is meant to test decoder resilience, so simply warn in this case.

Change-Id: I6e6aed3e78eca21cca80d7d8a06a1a244685ba29
vpxdec.c