Commit 4f770f66 authored by Vitor Sessak's avatar Vitor Sessak

typo

Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22

Originally committed as revision 11970 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9cc321bd
......@@ -56,7 +56,7 @@ AVFilterPicRef *avfilter_default_get_video_buffer(AVFilterLink *link, int perms)
avpicture_alloc((AVPicture *)pic, pic->format, ref->w, ref->h);
memcpy(ref->data, pic->data, sizeof(uint8_t *) * 4);
memcpy(ref->linesize, pic->linesize, sizeof(int *) * 4);
memcpy(ref->linesize, pic->linesize, sizeof(int) * 4);
return ref;
}
......
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