comparison nutdec.c @ 3005:d1a8a747d85f libavformat

-Wwrite-strings nitpicking fix
author michael
date Mon, 04 Feb 2008 00:31:31 +0000
parents 732885f612e9
children fa2fb523fd6b
comparison
equal deleted inserted replaced
3004:327814e7bf03 3005:d1a8a747d85f
357 ByteIOContext *bc = s->pb; 357 ByteIOContext *bc = s->pb;
358 uint64_t tmp; 358 uint64_t tmp;
359 unsigned int stream_id_plus1, chapter_start, chapter_len, count; 359 unsigned int stream_id_plus1, chapter_start, chapter_len, count;
360 int chapter_id, i; 360 int chapter_id, i;
361 int64_t value, end; 361 int64_t value, end;
362 char name[256], str_value[1024], type_str[256], *type= type_str; 362 char name[256], str_value[1024], type_str[256];
363 const char *type= type_str;
363 364
364 end= get_packetheader(nut, bc, 1, INFO_STARTCODE); 365 end= get_packetheader(nut, bc, 1, INFO_STARTCODE);
365 end += url_ftell(bc); 366 end += url_ftell(bc);
366 367
367 GET_V(stream_id_plus1, tmp <= s->nb_streams) 368 GET_V(stream_id_plus1, tmp <= s->nb_streams)