[FFmpeg-devel] [PATCH] Adobe Filmstrip muxer and demuxer

Michael Niedermayer michaelni
Wed Jan 13 16:03:49 CET 2010


On Wed, Jan 13, 2010 at 08:27:12PM +1100, pross at xvid.org wrote:
> On Tue, Jan 12, 2010 at 02:52:58PM +0100, Michael Niedermayer wrote:
> > On Tue, Jan 12, 2010 at 10:03:56PM +1100, pross at xvid.org wrote:
> > > $subject
> > > 
> > > Samples in upload.mplayerhq.hu /MPlayer/incoming/filmstrip
> 
> > > +static int probe(AVProbeData *p)
> > > +{
> > > +    if (av_match_ext(p->filename, "flm"))
> > > +        return AVPROBE_SCORE_MAX / 2;
> > > +    return 0;
> > > +}
> > 
> > This can be done simpler by setting the extension for the format,
> > but cant this be probed in some more advanced way?
> 
> unfortunately the file header info is at the end of the file.

I think reimar once wanted seeking support in probe() for huge ID3

anyway patches ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100113/4c050702/attachment.pgp>



More information about the ffmpeg-devel mailing list