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

Jerome Martinez jerome at mediaarea.net
Sat May 2 01:15:09 CEST 2015


Le 02/05/2015 01:05, Michael Niedermayer a écrit :
> this looks wrong in my lyx, quite wrong, certainly doesnt result
> in a closing bracket

Weird, it is OK on my side and actually a pretty patch.
I rebased following your latest commits, attached is a new patch.

> note, that is when i apply the patch, as you didnt push it to your
> tree

Push request up to date now.

Thank you for your patience.
-------------- next part --------------
>From d60fac29a32c37620e6b49725c510cb13c915a7d 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] Add missing { }

---
 ffv1.lyx | 39 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 37 insertions(+), 2 deletions(-)

diff --git a/ffv1.lyx b/ffv1.lyx
index dd5eb50..05f4863 100644
--- a/ffv1.lyx
+++ b/ffv1.lyx
@@ -4555,7 +4555,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">
@@ -4930,7 +4930,7 @@ ur
 \begin_inset space ~
 \end_inset
 
-if( version > 3 )
+if( version > 3 ) {
 \end_layout
 
 \end_inset
@@ -5048,6 +5048,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