]> granicus.if.org Git - libvpx/commit
Decoder segmentation bug.
authorPaul Wilkins <paulwilkins@google.com>
Mon, 21 Nov 2011 11:02:08 +0000 (11:02 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 21 Nov 2011 15:49:47 +0000 (15:49 +0000)
commit19d87e8ed7e7f9774b57aee9cfdf6528d00d0720
tree06898a3260a209d0caa42a028a5972e0c800551f
parent4f792921e74cff85fd130cf482669846fcd809e5
Decoder segmentation bug.

Fix decoder segmentation bug for temporal coding where the segment map
was first initialized on a key frame.

in vp8_kfread_modes() after reading the segment id it must be written to
the  pbi->segmentation_map[] for use in temporal coding on subsequent frames.

Change-Id: I1489305efc376564e734a216f69c2844646ee3d3
vp8/decoder/decodemv.c