comparison movenc.c @ 3471:a7ba44edfacb libavformat

fix warning, write_ftyp return int now
author bcoudurier
date Sat, 14 Jun 2008 21:06:10 +0000
parents d8bbf9265f03
children 0edcd0638ecc
comparison
equal deleted inserted replaced
3470:d8bbf9265f03 3471:a7ba44edfacb
1372 put_tag(pb, "mdat"); 1372 put_tag(pb, "mdat");
1373 return 0; 1373 return 0;
1374 } 1374 }
1375 1375
1376 /* TODO: This needs to be more general */ 1376 /* TODO: This needs to be more general */
1377 static void mov_write_ftyp_tag(ByteIOContext *pb, AVFormatContext *s) 1377 static int mov_write_ftyp_tag(ByteIOContext *pb, AVFormatContext *s)
1378 { 1378 {
1379 MOVContext *mov = s->priv_data; 1379 MOVContext *mov = s->priv_data;
1380 offset_t pos = url_ftell(pb); 1380 offset_t pos = url_ftell(pb);
1381 int has_h264 = 0; 1381 int has_h264 = 0;
1382 int i; 1382 int i;