[Ffmpeg-cvslog] r8715 - in trunk/libavformat: asf.c utils.c

Benoit Fouet benoit.fouet
Fri Apr 13 12:42:37 CEST 2007


Baptiste Coudurier wrote:
> Benoit Fouet wrote:
>   
>> [snip]
>>
>> it seems so:
>>
>> [...]
>>
>> +        if (codec_identified[st->index]) {
>> +            av_read_frame_flush(ic);
>> +            av_seek_frame(ic, st->index, 0.0, 0);
>> +            url_fseek(&ic->pb, ic->data_offset, SEEK_SET);
>> +        }
>>     
>
> Btw, what if stream is not seakable ? Code should close and reopen the
> file in this case, like av_open_input_file, no ?
dunno, maybe you should ask John Donaghy in the original thread ?

Ben




More information about the ffmpeg-cvslog mailing list