From: benoit Date: Tue, 31 Mar 2009 07:37:55 +0000 (+0000) Subject: Move declaration of prn before any assignment. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/1687c9011865bab05273d5b5f4de0b94a0ed95d1 Move declaration of prn before any assignment. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18255 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 42cec6b99..ca85ad676 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -4698,9 +4698,9 @@ int main(void){ 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);