mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
Move declaration of prn before any assignment.
Originally committed as revision 18255 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user