[SCM] libav/experimental: Move declaration of prn before any assignment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:55 UTC 2013


The following commit has been merged in the experimental branch:
commit ccc745cdf488ee0b999ea922c0cf09262f92ed4a
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Tue Mar 31 07:37:55 2009 +0000

    Move declaration of prn before any assignment.
    
    Originally committed as revision 18255 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 42cec6b..ca85ad6 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);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list