1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove unused variable j.

Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-01-08 22:53:25 +00:00
parent 38c162c1a9
commit a005768d25

View File

@ -155,7 +155,7 @@ int cmp(const void *a, const void *b){
}
int main(void){
int i,j,k;
int i,k;
AVTreeNode *root= NULL, *node=NULL;
for(i=0; i<10000; i++){