comparison cook.c @ 9563:4a842879c63a libavcodec

Set the type of size in COOKSubpacket to unsigned
author banan
date Sat, 25 Apr 2009 18:43:30 +0000
parents 20c79ce2cd5e
children 2bc00c8d1311
comparison
equal deleted inserted replaced
9562:9ee33a9bf944 9563:4a842879c63a
70 int *previous; 70 int *previous;
71 } cook_gains; 71 } cook_gains;
72 72
73 typedef struct { 73 typedef struct {
74 int ch_idx; 74 int ch_idx;
75 int size; 75 unsigned int size;
76 int num_channels; 76 int num_channels;
77 int cookversion; 77 int cookversion;
78 int samples_per_frame; 78 int samples_per_frame;
79 int subbands; 79 int subbands;
80 int js_subband_start; 80 int js_subband_start;