On 09/26/2012 04:04 PM, Michael Kostylev wrote: > > Program received signal SIGSEGV, Segmentation fault. > 0x105e7eb8 in compute_rematrixing_strategy (s=0x10db13a0) at > /home/mik/src/fate/src/libavcodec/ac3enc_template.c:356 > 356 if (blk && block->num_rematrixing_bands != > block0->num_rematrixing_bands) > > For some reason the whole expression is evaluted even if blk==0 while block0 > is uninitialized. >
Could you please provide the assembly for that function? Which compiler were you using? lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
