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
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-10-17 21:03:40 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-10-27 12:16:05 +0400
commitd61617a52349f9e65903bffb801dba1388de01ac (patch)
tree8d5750fdc87510c44e59d0b16b16f251368a9b3c /doc/APIchanges
parent1e5271a9fd6ddcceb083f2185a4bbd8d44c9a813 (diff)
lavu/parseutils: add av_get_known_color_name()
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c1f103ae2b..35940dbe48 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,7 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
-libavutil 52.47.100
+2013-10-27 - xxxxxxx - lavu 52.48.100 - parseutils.h
+ Add av_get_known_color_name().
+
2013-10-17 - xxxxxxx - lavu 52.47.100 - opt.h
Add AV_OPT_TYPE_CHANNEL_LAYOUT and channel layout option handlers
av_opt_get_channel_layout() and av_opt_set_channel_layout().