[FFmpeg-soc] GSoC 2008: YOP Playback System

Mike Melanson mike at multimedia.cx
Thu Mar 20 20:58:49 CET 2008


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



More information about the FFmpeg-soc mailing list