comparison mov.c @ 1835:1a6eaec0fad0 libavformat

support for mjpeg bottom field first in mov
author bcoudurier
date Fri, 02 Mar 2007 12:26:07 +0000
parents 384f199303aa
children 972e71b84e83
comparison
equal deleted inserted replaced
1834:384f199303aa 1835:1a6eaec0fad0
1364 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco }, 1364 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco },
1365 { MKTAG( 'c', 't', 't', 's' ), mov_read_ctts }, /* composition time to sample */ 1365 { MKTAG( 'c', 't', 't', 's' ), mov_read_ctts }, /* composition time to sample */
1366 { MKTAG( 'e', 'd', 't', 's' ), mov_read_default }, 1366 { MKTAG( 'e', 'd', 't', 's' ), mov_read_default },
1367 { MKTAG( 'e', 'l', 's', 't' ), mov_read_elst }, 1367 { MKTAG( 'e', 'l', 's', 't' ), mov_read_elst },
1368 { MKTAG( 'e', 'n', 'd', 'a' ), mov_read_enda }, 1368 { MKTAG( 'e', 'n', 'd', 'a' ), mov_read_enda },
1369 { MKTAG( 'f', 'i', 'e', 'l' ), mov_read_extradata },
1369 { MKTAG( 'f', 't', 'y', 'p' ), mov_read_ftyp }, 1370 { MKTAG( 'f', 't', 'y', 'p' ), mov_read_ftyp },
1370 { MKTAG( 'h', 'd', 'l', 'r' ), mov_read_hdlr }, 1371 { MKTAG( 'h', 'd', 'l', 'r' ), mov_read_hdlr },
1371 { MKTAG( 'j', 'p', '2', 'h' ), mov_read_extradata }, 1372 { MKTAG( 'j', 'p', '2', 'h' ), mov_read_extradata },
1372 { MKTAG( 'm', 'd', 'a', 't' ), mov_read_mdat }, 1373 { MKTAG( 'm', 'd', 'a', 't' ), mov_read_mdat },
1373 { MKTAG( 'm', 'd', 'h', 'd' ), mov_read_mdhd }, 1374 { MKTAG( 'm', 'd', 'h', 'd' ), mov_read_mdhd },