diff imgconvert.c @ 9482:b84bf6239c58 libavcodec

Remove redundant assignment in av_picture_copy() found by CSA.
author michael
date Fri, 17 Apr 2009 18:20:12 +0000
parents b9e7aaa98610
children 5e27a38aeb81
line wrap: on
line diff
--- 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: