diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-05 20:44:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-05 20:44:37 +0000 |
commit | 5abee3186c38716e95a0c1dba340795df7de904d (patch) | |
tree | 8a6bbf9db6051f4a36f938aa448a7bdbec84f516 | |
parent | 86852499bf08448ade2dbcafb0af09683aeea2e8 (diff) | |
download | ffmpeg-5abee3186c38716e95a0c1dba340795df7de904d.tar.gz |
thread hijacking
Originally committed as revision 9952 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 45e30f6f86..5d4e5c934a 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -311,6 +311,10 @@ rm temp[12].[av] all.[av] yes, (@url{http://dir.gmane.org/gmane.comp.video.ffmpeg.user}) +@section what is thread hijacking? + +see (@url{http://en.wikipedia.org/wiki/Thread_hijacking}) + @chapter Development |