You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/newsletters/2025-03-31.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ It's also noteworthy that Safari overtook Firefox this month.
32
32
Last year, we began using [FFmpeg](https://ffmpeg.org) to decode videos, which gave us access to a lot more formats than just VP9.
33
33
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.
34
34
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.
0 commit comments