]> git.sesse.net Git - ffmpeg/commit
vc1dec: restructure interpmvp code
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 17 May 2013 13:05:55 +0000 (15:05 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 17 May 2013 13:11:47 +0000 (15:11 +0200)
commitebe8c7fe520145243ad46ac839dffe8a32278582
tree7680d3e64e054033d5a044bdaa018c545d6f82b5
parent98c292a7a8f273050febc61acd725e572aa8d3ed
vc1dec: restructure interpmvp code

This fixes a valgrind warning about use of uninitialized stuff
(no actual such use occurs though)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vc1dec.c