vpx/vp9/encoder
James Zern 59d63e610a vp9: fix -Wclobbered (longjmp + local variables)
Local variables used at the setjmp() site need to be marked volatile.
Relevant excerpt from the 'man longjmp':

===============
The values of automatic variables are unspecified after a call to
longjmp() if they meet all the following criteria:
·  they are local to the function that made the corresponding setjmp(3) call;
·  their values are changed between the calls to setjmp(3) and longjmp(); and
·  they are not declared as volatile.
===============

Change-Id: I093e6eeeedbf5f781d202248ca701ba2c29d3064
2014-12-23 11:44:11 -05:00
..
2014-11-27 10:53:37 +00:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-11-24 09:57:40 -08:00
2014-11-20 18:37:34 -08:00
2014-12-05 16:20:42 -08:00
2014-04-22 14:57:05 -07:00
2014-12-05 08:02:12 -08:00
2014-12-22 08:42:52 -08:00
2014-10-01 14:18:11 -07:00
2014-10-01 14:18:11 -07:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00