]> granicus.if.org Git - libvpx/commitdiff
Merge "Move frame allocations out of vp8_decode_frame()"
authorScott LaVarnway <slavarnway@google.com>
Mon, 24 Sep 2012 23:15:54 +0000 (16:15 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Mon, 24 Sep 2012 23:15:54 +0000 (16:15 -0700)
1  2 
vp8/decoder/decodframe.c
vp8/decoder/onyxd_int.h
vp8/decoder/threading.c

Simple merge
index d6926a8ecc75c3ab7259d634dd99e225ea02dc10,022c6985be778cb44bbffa6d06f464d25b35cdd6..0063beb638c44687f01508c7867949c001cd2f60
@@@ -37,10 -37,11 +37,12 @@@ typedef struct VP8D_COM
  {
      DECLARE_ALIGNED(16, MACROBLOCKD, mb);
  
+     YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS];
      DECLARE_ALIGNED(16, VP8_COMMON, common);
  
 -    vp8_reader bc, bc2;
 +    /* the last partition will be used for the modes/mvs */
 +    vp8_reader mbc[MAX_PARTITIONS];
  
      VP8D_CONFIG oxcf;
  
Simple merge