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:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-02-17 23:49:08 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-18 21:52:36 +0300
commitb2f893acc8826e290f401ee27bcb370293b7ef88 (patch)
tree669f8a3c3062e0d8a87998e2d920b9113d0cc9ca /doc
parent0ef52334ec252217d6a526a50b66ac3f3f46cd7f (diff)
Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tag
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012e9b3)
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1ac4563e3c..bbc6aee2e0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,11 +12,11 @@ libavutil: 2009-03-08
API changes, most recent first:
-2011-02-16 - xxxxxxx - lavf 52.101.0 - avformat.h
+2011-02-16 - 09d171b - lavf 52.101.0 - avformat.h
lavu 52.39.0 - parseutils.h
- Add av_ prefix to dump_format().
- Replace parse_date() in lavf with av_parse_time() in lavu.
- Move find_info_tag from lavf to lavu and add av_prefix to it.
+ * 610219a - Add av_ prefix to dump_format().
+ * f6c7375 - Replace parse_date() in lavf with av_parse_time() in lavu.
+ * ab0287f - Move find_info_tag from lavf to lavu and add av_prefix to it.
2011-02-15 - lavu 52.38.0 - merge libavcore
libavcore is merged back completely into libavutil