[FFmpeg-devel] [PATCH] move fill_filter_caches() to h264.c
Diego Biurrun
diego
Wed Apr 14 01:02:54 CEST 2010
On Mon, Apr 12, 2010 at 04:17:13PM +0000, Carl Eugen Hoyos wrote:
> Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
>
> > Michael Niedermayer <michaelni <at> gmx.at> writes:
> >
> > > > 2 files changed, 216 insertions(+), 216 deletions(-)
> > > > 5b54f8efddf871e564c6d24c7c3aa280afc2730a fill_filter_caches.diff
> > >
> > > ok if the generated code does not change, and might even be ok if it
> > > does change but in that case iam curious why it does
> >
> > h264_cavlc.o gets changed (with unchanged size), all other files that include
> > h264.h remain unchanged (gcc-4.4.3 on x86_64).
>
> The only difference is the following (I think it's ff_h264_decode_mb_cavlc):
> (- current svn, + patched)
> - cmpl %eax, %edx
> - jb .L279
> + cmpl %edx, %eax
> + ja .L279
Applied.
Diego
More information about the ffmpeg-devel
mailing list