diff mbox series

[FFmpeg-devel,v2] web/index: fix invalid line breaks (BR)

Message ID 20240110172920.1894399-1-marth64@proxyid.net
State New
Headers show
Series [FFmpeg-devel,v2] web/index: fix invalid line breaks (BR) | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Marth64 Jan. 10, 2024, 5:29 p.m. UTC
Uses preferred convention for ffmpeg

Signed-off-by: Marth64 <marth64@proxyid.net>
---
 src/index | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/src/index b/src/index
index 98cc516..edf8100 100644
--- a/src/index
+++ b/src/index
@@ -113,11 +113,11 @@ 
   </p>
   <p>
     Internally, we have had a number of changes too. The FFT, MDCT, DCT and DST implementation used for codecs
-    and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).</br>
-    This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.</br>
+    and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).<br>
+    This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.<br>
     There was a very large reduction in the total amount of allocations being done on each frame throughout video decoders,
-    reducing overhead.</br>
-    RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.</br>
+    reducing overhead.<br>
+    RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.<br>
     There was an effort to improve the correctness of timestamps and frame durations of each packet, increasing the
     accurracy of variable frame rate video.
   </p>