# HG changeset patch # User michael # Date 1239981037 0 # Node ID b9e7aaa98610c73abacce35bbda058ead823f8c1 # Parent 677b6a88676899675a36d5a91b40aa13f615e76d Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. diff -r 677b6a886768 -r b9e7aaa98610 imgconvert.c --- a/imgconvert.c Fri Apr 17 15:08:00 2009 +0000 +++ b/imgconvert.c Fri Apr 17 15:10:37 2009 +0000 @@ -863,7 +863,6 @@ int loss; ps = &pix_fmt_info[src_pix_fmt]; - pf = &pix_fmt_info[dst_pix_fmt]; /* compute loss */ loss = 0;