]> granicus.if.org Git - libvpx/commit
Remove redundant init of segment_counts in vp8_encode_frame
authorAttila Nagy <attilanagy@google.com>
Fri, 17 Feb 2012 07:31:53 +0000 (09:31 +0200)
committerAttila Nagy <attilanagy@google.com>
Fri, 17 Feb 2012 07:51:24 +0000 (09:51 +0200)
commit565d0e6feb3f843ebdbd36cb6a441c397e65c7bb
tree09e2b9f7e1391913070c7d639ca59153af4b52f7
parent3653fb473a66258c74d3a550e66c8c1e8f95368c
Remove redundant init of segment_counts in vp8_encode_frame

segment_counts was zero init twice in the beginning of vp8_encode_frame.

Change-Id: Ibc29f6896dabd9aab1d0993f3941cf6876022e70
vp8/encoder/encodeframe.c