[FFmpeg-devel] [PATCH 2/4] FFV1 specification: Add missing { }

Michael Niedermayer michaelni at gmx.at
Sat May 2 00:21:19 CEST 2015


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?= <jerome at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150502/6136476d/attachment.asc>


More information about the ffmpeg-devel mailing list