Commit 7c6c84fc authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18582 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aadbf6e8
......@@ -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