Commit 2a47a266 authored by Michael Niedermayer's avatar Michael Niedermayer

Useless assignment found by the clang static analyzer.

Originally committed as revision 18545 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 03d5ea54
......@@ -670,7 +670,6 @@ static void mpeg1_encode_motion(MpegEncContext *s, int val, int f_or_b_code)
if (val == 0) {
/* zero vector */
code = 0;
put_bits(&s->pb,
ff_mpeg12_mbMotionVectorTable[0][1],
ff_mpeg12_mbMotionVectorTable[0][0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment