changeset 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 44ea854a14b7
children 5e27a38aeb81
files imgconvert.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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: