On Fri, May 01, 2015 at 02:27:40PM +0200, Jerome Martinez wrote: > Le 01/05/2015 14:07, Michael Niedermayer a écrit : > >>-quant_tables[i][j][128] =-quant_tables[i][j][127] > >>+quant_tables[i][j][128] = -quant_tables[i][j][127] > >unrelated > > Definitely. I apologize for such mistake (should be in PATCH 1/4, it > is now). > New patch attached. >
> ffv1.lyx | 39 +++++++++++++++++++++++++++++++++++++-- > 1 file changed, 37 insertions(+), 2 deletions(-) > 83334a8a619816cb5179cf4be0dcb5f91ddea972 0002-Add-missing.patch > From 7fc4e973a2fede34b8cc3ca2540c2cf718840103 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Martinez?= <jer...@mediaarea.net> > Date: Fri, 1 May 2015 14:22:06 +0200 > Subject: [PATCH 2/4] Add missing { } > > --- > ffv1.lyx | 39 +++++++++++++++++++++++++++++++++++++-- > 1 file changed, 37 insertions(+), 2 deletions(-) > > diff --git a/ffv1.lyx b/ffv1.lyx > index c30ad67..49c4421 100644 > --- a/ffv1.lyx > +++ b/ffv1.lyx > @@ -3972,7 +3972,7 @@ Slice Header > > \begin_layout Standard > \begin_inset Tabular > -<lyxtabular version="3" rows="14" columns="2"> > +<lyxtabular version="3" rows="15" columns="2"> > <features rotate="0" tabularvalignment="middle"> > <column alignment="left" valignment="top"> > <column alignment="center" valignment="top"> > @@ -4347,7 +4347,7 @@ ur > \begin_inset space ~ > \end_inset > > -if( version > 3 ) > +if ( version > 3 ) { > \end_layout why the extra space ? the other patch changed things to -if (keyframe) { +if( keyframe ) { [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to try to make unequal things equal. -- Aristotle
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel