# HG changeset patch # User benoit # Date 1238485075 0 # Node ID 6220870901f5652746324fadbbb13e9a8502aed8 # Parent 0bd35457454e986d4d2488c27fb0f115f86f2463 Move declaration of prn before any assignment. diff -r 0bd35457454e -r 6220870901f5 snow.c --- a/snow.c Mon Mar 30 20:39:08 2009 +0000 +++ b/snow.c Tue Mar 31 07:37:55 2009 +0000 @@ -4698,9 +4698,9 @@ int buffer[2][width*height]; SnowContext s; int i; + AVLFG prn; s.spatial_decomposition_count=6; s.spatial_decomposition_type=1; - AVLFG prn; av_lfg_init(&prn, 1);