Vitor Sessak wrote:
> Hi
> 
> Mike Melanson wrote:
>> Sisir Koppaka wrote:
>>> Hi,
>>> This particular version of the BFI demuxer has only the bfi_probe function.
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>> * There is no demuxer in FFmpeg to handle BFI files. The first part of
>> your qualification task is to write a BFI demuxer. There is no
>> bfi_probe() function in the code. That's your job.
> 
> I think by "This particular version of the BFI demuxer" he means a 
> skeleton demuxer he just finished writing.

I'm starting to think so too. And my working theory regarding his
problem is that he wrote a bfi_probe() function that is being called
early and is, for whatever reason, returning AV_PROBE_MAX
unconditionally, thus claiming any file.

Learning curve.

-- 
        -Mike Melanson
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to