[FFmpeg-devel] [PATCH] move fill_filter_caches() to h264.c
Carl Eugen Hoyos
cehoyos
Mon Apr 12 18:17:13 CEST 2010
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
Carl Eugen
More information about the ffmpeg-devel
mailing list