changeset 9291:6220870901f5 libavcodec

Move declaration of prn before any assignment.
author benoit
date Tue, 31 Mar 2009 07:37:55 +0000
parents 0bd35457454e
children f0732d44f655
files snow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);