Commit a8392540 authored by michael's avatar michael

Useless assignment found by the clang static analyzer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dfbd7f0c
......@@ -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