[FFmpeg-devel] Invalid and inefficient vfw-avi packed B frames detected

Andrew Savchenko Bircoph
Mon Nov 3 21:01:21 CET 2008


Hi,

On Monday 03 November 2008 20:34, Michael Niedermayer wrote:
[...]
> > --- libavcodec/h263dec.c.orig	2008-11-03 18:33:30.000000000
> > +0300 +++ libavcodec/h263dec.c	2008-11-03 18:33:44.000000000
> > +0300 @@ -53,6 +53,7 @@
> >      s->low_delay= 1;
> >      avctx->pix_fmt= PIX_FMT_YUV420P;
> >      s->unrestricted_mv= 1;
> > +    s->invalid_b_frames=0;
> >
> >      /* select sub codec */
> >      switch(avctx->codec->id) {
>
> this should be unneeded
>
> > --- libavcodec/mpegvideo.h.orig	2008-11-03 18:06:11.000000000
> > +0300 +++ libavcodec/mpegvideo.h	2008-11-03 18:25:07.000000000
> > +0300 @@ -487,6 +487,7 @@
> >      /* H.263 specific */
> >      int gob_index;
> >      int obmc;                       ///< overlapped block
> > motion compensation +    int invalid_b_frames;           ///<
> > flag for invalid and inefficient B-frames detected
>
> int showed_packed_warning; ///< flag for having shown the
> warning about divxs invalid b frames

Both issues are fixed.

-- 
Best regards,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavc-invalid_b_frames_only_once.patch
Type: text/x-diff
Size: 1015 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081103/386ccc0c/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081103/386ccc0c/attachment.pgp>



More information about the ffmpeg-devel mailing list