changeset 9483:5e27a38aeb81 libavcodec

Remove a useless assignment in img_get_alpha_info() found by CSA.
author michael
date Fri, 17 Apr 2009 18:22:19 +0000
parents b84bf6239c58
children fb240cb99bcf
files imgconvert.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.c	Fri Apr 17 18:20:12 2009 +0000
+++ b/imgconvert.c	Fri Apr 17 18:22:19 2009 +0000
@@ -1335,7 +1335,6 @@
     const PixFmtInfo *pf = &pix_fmt_info[pix_fmt];
     int ret;
 
-    pf = &pix_fmt_info[pix_fmt];
     /* no alpha can be represented in format */
     if (!pf->is_alpha)
         return 0;