[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 460cad1 web: fix a few validation errors in index page

ffmpeg-cvslog at ffmpeg.org ffmpeg-cvslog at ffmpeg.org
Tue Feb 23 03:52:34 CET 2016


The branch, master has been updated
       via  460cad16549518ec3d46c9ca040907e5ad4fe377 (commit)
      from  b45cf42a57185684433912169f57aeafef9bb2eb (commit)


- Log -----------------------------------------------------------------
commit 460cad16549518ec3d46c9ca040907e5ad4fe377
Author:     Lou Logan <lou at lrcd.com>
AuthorDate: Mon Feb 22 17:49:59 2016 -0900
Commit:     Lou Logan <lou at lrcd.com>
CommitDate: Mon Feb 22 17:49:59 2016 -0900

    web: fix a few validation errors in index page
    
    Signed-off-by: Lou Logan <lou at lrcd.com>

diff --git a/src/index b/src/index
index 31bfbd5..f3e60ea 100644
--- a/src/index
+++ b/src/index
@@ -205,13 +205,14 @@
     a single client; it was completed partly during the qualification period and
     partly during the first week of the summer. Thanks to this work, it is now
     possible to make a simple HTTP stream using the following commands:
-    <pre>
-      ffmpeg -i /dev/video0 -listen 1 -f matroska \
-      -c:v libx264 -preset fast -tune zerolatency http://:8080
-      ffplay http://localhost:8080/
-    </pre>
   </p>
 
+  <pre>
+    ffmpeg -i /dev/video0 -listen 1 -f matroska \
+    -c:v libx264 -preset fast -tune zerolatency http://:8080
+    ffplay http://localhost:8080/
+  </pre>
+
   <p>
     The next part of the project was to extend the code to be able to accept
     several clients, simultaneously or consecutively. Since libavformat did not
@@ -322,11 +323,12 @@
   <p>
     He also added gamma corrected scaling support.
     An example to use gamma corrected scaling would be:
-    <pre>
-      ffmpeg -i input -vf scale=512:384:gamma=1 output
-    </pre>
   </p>
 
+  <pre>
+    ffmpeg -i input -vf scale=512:384:gamma=1 output
+  </pre>
+
   <p>
     Pedro has done impressive work considering the short time available,
     and he is a FFmpeg committer now. He continues to contribute to

-----------------------------------------------------------------------

Summary of changes:
 src/index | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list