Uses preferred convention for ffmpeg

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

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>
-- 
2.34.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to