Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-02-09 15:49:49 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-11 04:54:07 +0300
commit03e3cb8777b64afba9318ea1fbd085e133d16af6 (patch)
treefbc73fd25b286fd3f4fb5959e98c0248c0e79943 /doc
parentb38f008ea64cc5c0087fc9804569338ef005897c (diff)
Add missing git rev hash.
(cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5ca9c7bf4e..3084bc341f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,7 +13,7 @@ libavutil: 2009-03-08
API changes, most recent first:
-2011-02-09 - XXXXXXX - lavc 52.111.0 - threading API
+2011-02-09 - 778b08a - lavc 52.111.0 - threading API
Add CODEC_CAP_FRAME_THREADS with new restrictions on get_buffer()/
release_buffer()/draw_horiz_band() callbacks for appropriate codecs.
Add thread_type and active_thread_type fields to AVCodecContext.