Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.

Originally committed as revision 18564 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 16 years ago
parent 956177fb1d
commit 87718654b1
  1. 1
      libavcodec/imgconvert.c

@ -863,7 +863,6 @@ int avcodec_get_pix_fmt_loss(enum PixelFormat dst_pix_fmt, enum PixelFormat src_
int loss;
ps = &pix_fmt_info[src_pix_fmt];
pf = &pix_fmt_info[dst_pix_fmt];
/* compute loss */
loss = 0;

Loading…
Cancel
Save