[FFmpeg-devel] [PATCH] MOV: fix fragmented files

Baptiste Coudurier baptiste.coudurier
Tue Mar 3 20:55:23 CET 2009


Hi,

On 3/3/2009 11:28 AM, Alex Converse wrote:
> Hi,
> 
> It appears we are trying to match the fragment's track_id on the
> stream position rather than the the trak's id.
> 
> Example: Amd. 24 10_fragments.mp4

Indeed, tracks are not necessarly contiguous.

> [...]
>
> +    if (!st) {
> +        av_log(c->fc, AV_LOG_ERROR, "could not find corresponding trak %d\n", frag->track_id);
>          return -1;

"trak" ? "track id" should be better.

Except this, patch ok.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
FFmpeg maintainer                                  http://www.ffmpeg.org




More information about the ffmpeg-devel mailing list