avutil/frame: add av_frame_side_data_name()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-07-30 01:09:06 +02:00
parent 6f622e5fcb
commit ba3e3311ef
4 changed files with 23 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
2014-07-30 - xxxxxxx - lavu 52.94.100 - frame.h
Add av_frame_side_data_name()
2014-07-xx - xxxxxxx - lavu 53.19.0 - avstring.h
Make name matching function from lavf public as av_match_name().