[FFmpeg-cvslog] r11970 - trunk/libavfilter/avfilter.c
vitor
subversion
Fri Feb 15 22:35:31 CET 2008
Author: vitor
Date: Fri Feb 15 22:35:31 2008
New Revision: 11970
Log:
typo
Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22
Modified:
trunk/libavfilter/avfilter.c
Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c (original)
+++ trunk/libavfilter/avfilter.c Fri Feb 15 22:35:31 2008
@@ -56,7 +56,7 @@ AVFilterPicRef *avfilter_default_get_vid
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;
}
More information about the ffmpeg-cvslog
mailing list