[FFmpeg-devel] [PATCH] Implement PAFF in H.264

Mark Buechler mark.buechler
Wed Sep 19 20:16:32 CEST 2007


This doesn't seem to work on any of my samples. I can provide those samples,
if requested, via direct email to mark.buechler at gmail.com.

- Mark.

On 9/19/07, Andreas ?man <andreas at olebyn.nu> wrote:
>
> hmm..
>
> Andreas ?man wrote:
> > ------------------------------------------------------------------------
> >
> > Index: libavcodec/utils.c
> > ===================================================================
> > --- libavcodec/utils.c        (revision 10533)
> > +++ libavcodec/utils.c        (working copy)
> > @@ -393,7 +393,7 @@
> >  int avcodec_default_execute(AVCodecContext *c, int
> (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count){
> >      int i;
> >
> > -    for(i=0; i<count; i++){
> > +    for(i=count-1; i>=0; i++){
>
> It should be i-- of course..
>
>
> >          int r= func(c, arg[i]);
> >          if(ret) ret[i]= r;
> >      }
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>




More information about the ffmpeg-devel mailing list