mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 13:00:33 +00:00
Useless assignment found by the clang static analyzer.
Originally committed as revision 18545 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
03d5ea54c1
commit
2a47a2666d
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user