mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.
Originally committed as revision 18564 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
956177fb1d
commit
87718654b1
@ -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…
Reference in New Issue
Block a user