summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-18 12:27:44 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-20 14:20:25 +0200
commit69e2c1a95ac4dd00cb09ba3a166efc1275f5ba40 (patch)
treea3a32177a562feb4d7ef1a7e3ad82e09769ec29a /doc/APIchanges
parent31ac0ac29b6bba744493f7d1040757a3f51b9ad7 (diff)
lavu: add av_get_media_type_string() convenience function
Avoid code duplication.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ed87c0d252..cb1dad7a54 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-08-20 - xxxxxx - lavu 51.13.0
+ Add av_get_media_type_string().
+
2011-08-14 - xxxxxx - lavu 52.12.0
Add av_fifo_peek2(), deprecate av_fifo_peek().