# HG changeset patch # User michael # Date 1239972288 0 # Node ID 9e02b59f53ed9ac17ba06330c66815ef4629083a # Parent 6cb61c6220c338063ccc2e1388063831df3fe44a Useless assignment found by the clang static analyzer. diff -r 6cb61c6220c3 -r 9e02b59f53ed mpeg12enc.c --- a/mpeg12enc.c Fri Apr 17 12:41:37 2009 +0000 +++ b/mpeg12enc.c Fri Apr 17 12:44:48 2009 +0000 @@ -670,7 +670,6 @@ if (val == 0) { /* zero vector */ - code = 0; put_bits(&s->pb, ff_mpeg12_mbMotionVectorTable[0][1], ff_mpeg12_mbMotionVectorTable[0][0]);