[FFmpeg-cvslog] r13899 - in trunk/libavformat: isom.c mov.c
Baptiste Coudurier
baptiste.coudurier
Mon Jun 23 01:58:23 CEST 2008
Hi,
bcoudurier wrote:
> [...]
>
> static const MOVParseTableEntry mov_default_parse_table[] = {
> +{ MKTAG('a','v','s','s'), mov_read_extradata },
> { MKTAG('c','o','6','4'), mov_read_stco },
> { MKTAG('c','t','t','s'), mov_read_ctts }, /* composition time to sample */
> { MKTAG('d','i','n','f'), mov_read_default },
Btw this is really annoying to have to add specific atom parsing to
retrieve extradata, applications cannot decode file with lavf, even if
demuxer currently ouput correctly all samples.
A generic way for exporting this is needed. Atm Im thinking of putting
everything after 'stsd' generic fields in extradata. What do you guys
think ?
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Smartjog USA Inc. http://www.smartjog.com
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
More information about the ffmpeg-cvslog
mailing list