comparison mov.c @ 3496:cdbf302a3c00 libavformat

chinese avs demuxing support, demux AVSFileFormat.mp4
author bcoudurier
date Sun, 22 Jun 2008 23:52:57 +0000
parents 2f191d610db9
children 7d5480d3989d
comparison
equal deleted inserted replaced
3495:ed5686879cdb 3496:cdbf302a3c00
1632 dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, sc->edit_count); 1632 dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, sc->edit_count);
1633 return 0; 1633 return 0;
1634 } 1634 }
1635 1635
1636 static const MOVParseTableEntry mov_default_parse_table[] = { 1636 static const MOVParseTableEntry mov_default_parse_table[] = {
1637 { MKTAG('a','v','s','s'), mov_read_extradata },
1637 { MKTAG('c','o','6','4'), mov_read_stco }, 1638 { MKTAG('c','o','6','4'), mov_read_stco },
1638 { MKTAG('c','t','t','s'), mov_read_ctts }, /* composition time to sample */ 1639 { MKTAG('c','t','t','s'), mov_read_ctts }, /* composition time to sample */
1639 { MKTAG('d','i','n','f'), mov_read_default }, 1640 { MKTAG('d','i','n','f'), mov_read_default },
1640 { MKTAG('d','r','e','f'), mov_read_dref }, 1641 { MKTAG('d','r','e','f'), mov_read_dref },
1641 { MKTAG('e','d','t','s'), mov_read_default }, 1642 { MKTAG('e','d','t','s'), mov_read_default },