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

Jerome Martinez jerome at mediaarea.net
Fri May 1 13:55:58 CEST 2015


Le 01/05/2015 13:50, Michael Niedermayer a écrit :
> already applied years ago

I don't understand: the {} are still missing in GitHub FFmpeg/FFV1 master.
I forgot to attach the patch. Attached now.
-------------- next part --------------
>From ca4b5c8ee5064ee0f71586ad70d426acbb46e914 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 10:56:08 +0200
Subject: [PATCH 2/4] Add missing { }

---
 ffv1.lyx | 41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

diff --git a/ffv1.lyx b/ffv1.lyx
index 2942c10..ace5908 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
 
@@ -8773,7 +8808,7 @@ quant_tables[i][j][256 - k] = -quant_tables[i][j][k]
 \begin_inset space ~
 \end_inset
 
-quant_tables[i][j][128] =-quant_tables[i][j][127]
+quant_tables[i][j][128] = -quant_tables[i][j][127]
 \end_layout
 
 \end_inset
-- 
1.9.5.msysgit.1



More information about the ffmpeg-devel mailing list