Commit aadbf6e8 authored by michael's avatar michael

Remove redundant assignment in av_picture_copy() found by CSA.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18581 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f7042f6
......@@ -1072,7 +1072,6 @@ void av_picture_copy(AVPicture *dst, const AVPicture *src,
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:
......
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