[FFmpeg-soc] [soc]: r4021 - libavfilter/vf_slicify.c

vitor subversion at mplayerhq.hu
Sun Feb 8 18:48:43 CET 2009


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,



More information about the FFmpeg-soc mailing list