[Ffmpeg-devel] [PATCH proposal] MPEG4 video probe v2

Michael Niedermayer michaelni
Mon Nov 6 12:02:34 CET 2006


Hi


On Mon, Nov 06, 2006 at 10:45:40AM +0100, Thijs Vermeir wrote:
> Hey,
> 
> it should also search for VOL(0x0000012X) and VO(0x0000010X)
> >and VOP >= VOL && VO >= VOL && VOL > 0
> >
> >about VOS, ive streams without that ...
> >
> >
> This is fixed in this patch.
[...]
> +    if (( VOP >= VISO) && (VOP >= VOL) && (VO >= VOL))
> +        return AVPROBE_SCORE_MAX/2;

this will identify VOP=VISO=VOL=VO=0 as mpeg4

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

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list