Commit 16a5f4ca authored by Michael Niedermayer's avatar Michael Niedermayer

Remove a useless assignment in img_get_alpha_info() found by CSA.

Originally committed as revision 18582 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f8112810
......@@ -1335,7 +1335,6 @@ int img_get_alpha_info(const AVPicture *src,
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment