Browse Source

Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.

Originally committed as revision 18564 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 17 years ago
parent
commit
87718654b1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/imgconvert.c

+ 0
- 1
libavcodec/imgconvert.c View File

@@ -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