comparison nut.c @ 683:095009fc2f35 libavformat

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents decfffe703bc
children 2f5f4578a076
comparison
equal deleted inserted replaced
682:decfffe703bc 683:095009fc2f35
1049 get_str(bc, custom_name, sizeof(custom_name)); 1049 get_str(bc, custom_name, sizeof(custom_name));
1050 name= custom_name; 1050 name= custom_name;
1051 } 1051 }
1052 1052
1053 if(!strcmp(type, "v")){ 1053 if(!strcmp(type, "v")){
1054 int value= get_v(bc); 1054 get_v(bc);
1055 }else{ 1055 }else{
1056 if(!strcmp(name, "Author")) 1056 if(!strcmp(name, "Author"))
1057 get_str(bc, s->author, sizeof(s->author)); 1057 get_str(bc, s->author, sizeof(s->author));
1058 else if(!strcmp(name, "Title")) 1058 else if(!strcmp(name, "Title"))
1059 get_str(bc, s->title, sizeof(s->title)); 1059 get_str(bc, s->title, sizeof(s->title));