diff options
author | Anssi Hannula | 2011-01-07 22:27:26 +0000 |
---|---|---|
committer | Carl Eugen Hoyos | 2011-01-07 22:27:26 +0000 |
commit | 060ec0a8294d912f694cf48546f1543805f83a48 (patch) | |
tree | 99ce4f4ec8cd7f90b6d6f557b49727af957c1225 /doc | |
parent | f2953365d1c1da8c1e586270c6eb2c7437c77a9f (diff) |
Add av_get_profile_name() to get profile names.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26259 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index bf9d11dca7..f1722c7d20 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-01-XX - r26XXX - lavc 52.104.0 - av_get_profile_name() + Add av_get_profile_name to libavcodec/avcodec.h. + 2010-12-27 - r26108 - lavfi 1.71.0 - AV_PERM_NEG_LINESIZES Add AV_PERM_NEG_LINESIZES in avfilter.h. |