[FFmpeg-devel] [PATCH] avformat/avienc: Remove unneeded seekable tests
Mats Peterson
matsp888 at yahoo.com
Sun Mar 6 13:15:33 CET 2016
On 03/06/2016 12:55 PM, Mats Peterson wrote:
> On 03/06/2016 12:51 PM, Mats Peterson wrote:
>> On 03/06/2016 12:09 PM, Michael Niedermayer wrote:
>>
>> Once again, why are these tests unneeded?
>>
>> Mats
>>
>
> avio_tell() won't work on an unseekable stream, since it uses
> avio_seek(), as far as I know.
>
> Mats
>
In that respect (that it won't work on an unseekable stream), it's
similar to ftell().
Mats
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
More information about the ffmpeg-devel
mailing list