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

Jerome Martinez jerome at mediaarea.net
Sat May 2 00:37:19 CEST 2015


Le 02/05/2015 00:21, Michael Niedermayer a écrit :
> why the extra space ?

Because of a guy doing stupid mistakes.
(this guy may try to blame Lyx but it is difficult to be believable)

New patch attached.
-------------- next part --------------
>From 40a211a344c3f7bcb8bc627bd5edcb4cb8b1c56c 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..6608ccf 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
 
 \end_inset
@@ -4465,6 +4465,41 @@ ur
 </cell>
 </row>
 <row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset space ~
+\end_inset
+
+}
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-- 
1.9.5.msysgit.1



More information about the ffmpeg-devel mailing list