Chromium Code Reviews| Index: source/libvpx/vp8/decoder/onyxd_if.c |
| =================================================================== |
| --- source/libvpx/vp8/decoder/onyxd_if.c (revision 282873) |
| +++ source/libvpx/vp8/decoder/onyxd_if.c (working copy) |
| @@ -386,6 +386,7 @@ |
| decode_exit: |
| pbi->common.error.setjmp = 0; |
| + vp8_clear_system_state(); |
| return retcode; |
| } |
| int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags) |