diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-18 12:27:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-20 14:20:25 +0200 |
commit | 69e2c1a95ac4dd00cb09ba3a166efc1275f5ba40 (patch) | |
tree | a3a32177a562feb4d7ef1a7e3ad82e09769ec29a /doc/APIchanges | |
parent | 31ac0ac29b6bba744493f7d1040757a3f51b9ad7 (diff) | |
download | ffmpeg-69e2c1a95ac4dd00cb09ba3a166efc1275f5ba40.tar.gz |
lavu: add av_get_media_type_string() convenience function
Avoid code duplication.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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(). |