[FFmpeg-soc] GSoC 2008: YOP Playback System
Sisir Koppaka
sisir.koppaka at gmail.com
Thu Mar 20 21:11:23 CET 2008
On Fri, Mar 21, 2008 at 1:28 AM, Mike Melanson <mike at multimedia.cx> wrote:
> 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.
No, there is an if and there is an else { return 0; }.
--
-----------------
Sisir Koppaka
More information about the FFmpeg-soc
mailing list