hevc_mvs: make sure to always initialize the temporal MV fully
authorAnton Khirnov <anton@khirnov.net>
Mon, 29 Sep 2014 16:25:14 +0000 (16:25 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 8 Oct 2014 11:31:08 +0000 (12:31 +0100)
commit0b41eeac45fb7f7ad6d3f4fc846b00d108824b0b
tree8653f565289b3e661815b1f4cf4ed03bb75920da
parentde31f857077a52714f3a2f2e92ac037d42d37769
hevc_mvs: make sure to always initialize the temporal MV fully

The spec requires this.

Fixes uninitialized reads on some samples.

Remove now unnecessary initialization of the whole merge candidate list.
libavcodec/hevc_mvs.c