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

Alex Converse alex.converse
Wed Mar 4 08:58:35 CET 2009


On Tue, Mar 3, 2009 at 2:55 PM, Baptiste Coudurier
<baptiste.coudurier at gmail.com> wrote:
> 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.
>
[...]
committed with "track id"
--Alex




More information about the ffmpeg-devel mailing list