# HG changeset patch # User michael # Date 1239992412 0 # Node ID b84bf6239c58dc6c0d394dbfa745bbf2eec01500 # Parent 44ea854a14b732b73d4513506ad30252a345af42 Remove redundant assignment in av_picture_copy() found by CSA. diff -r 44ea854a14b7 -r b84bf6239c58 imgconvert.c --- a/imgconvert.c Fri Apr 17 18:16:36 2009 +0000 +++ b/imgconvert.c Fri Apr 17 18:20:12 2009 +0000 @@ -1072,7 +1072,6 @@ int i; const PixFmtInfo *pf = &pix_fmt_info[pix_fmt]; - pf = &pix_fmt_info[pix_fmt]; switch(pf->pixel_type) { case FF_PIXEL_PACKED: case FF_PIXEL_PLANAR: