]> git.sesse.net Git - ffmpeg/blobdiff - doc/multithreading.txt
mpegaudio: remove unused version of SAME_HEADER_MASK
[ffmpeg] / doc / multithreading.txt
index a1068425cd84cbfe01fa96dbf7c8cd61cc360f09..b72bc1607947d708e2876815c2983ef0425d5d25 100644 (file)
@@ -1,7 +1,7 @@
-FFmpeg multithreading methods
+Libav multithreading methods
 ==============================================
 
-FFmpeg provides two methods for multithreading codecs.
+Libav provides two methods for multithreading codecs.
 
 Slice threading decodes multiple parts of a frame at the same time, using
 AVCodecContext execute() and execute2().