Author: vitor
Date: Sun Feb 8 18:48:43 2009
New Revision: 4021
Log:
Alloc a context of the proper size
Modified:
libavfilter/vf_slicify.c
Modified: libavfilter/vf_slicify.c
==============================================================================
--- libavfilter/vf_slicify.c Sun Feb 8 18:26:45 2009 (r4020)
+++ libavfilter/vf_slicify.c Sun Feb 8 18:48:43 2009 (r4021)
@@ -83,6 +83,8 @@ AVFilter avfilter_vf_slicify =
.init = init,
+ .priv_size = sizeof(SliceContext),
+
.inputs = (AVFilterPad[]) {{ .name = "default",
.type = CODEC_TYPE_VIDEO,
.start_frame = start_frame,
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc