Skip to content

Commit 0dcfb03

Browse files
committed
newsletter: Tweak March 2025
1 parent 64eef03 commit 0dcfb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/newsletters/2025-03-31.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It's also noteworthy that Safari overtook Firefox this month.
3232
Last year, we began using [FFmpeg](https://ffmpeg.org) to decode videos, which gave us access to a lot more formats than just VP9.
3333
However, we didn't use FFmpeg to demux video containers, instead keeping our home-grown Matroska implementation. This meant we could only play H.264 videos if they were in an MKV container file.
3434

35-
This month, we've replaced our Matroska demuxer with FFmpeg's `libavformat` demuxer. This lets us handle all containers handled by FFmpeg, such as the very popular MP4.
35+
This month, we've replaced our Matroska demuxer with FFmpeg's `libavformat` demuxer. This lets us handle all containers supported by FFmpeg, such as the very popular MP4.
3636

3737
<video controls style="margin-bottom: 2em">
3838
<source src="/assets/img/newsletter-mar-2025-video-chrome-for-devs-view-transitions-demo.mp4"></source>

0 commit comments

Comments
 (0)