Skip to content

Commit

Permalink
doc/APIChages: Add av_strireplace()
Browse files Browse the repository at this point in the history
Add av_strireplace() into APIChanges

Reviewed-by: James Almer <[email protected]>
Signed-off-by: Steven Liu <[email protected]>
  • Loading branch information
T-bagwell committed Apr 11, 2017
1 parent 44cd750 commit 8378466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/APIchanges
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ libavutil: 2015-08-28

API changes, most recent first:

2017-04-11 - xxxxxxx - lavu 55.61.100 - avstring.h
Add av_strireplace().

2016-04-06 - xxxxxxx - lavc 57.92.100 - avcodec.h
Add AV_PKT_DATA_CONTENT_LIGHT_LEVEL packet side data.

Expand Down
4 changes: 2 additions & 2 deletions libavutil/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
*/

#define LIBAVUTIL_VERSION_MAJOR 55
#define LIBAVUTIL_VERSION_MINOR 60
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_MINOR 61
#define LIBAVUTIL_VERSION_MICRO 100

#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
Expand Down

0 comments on commit 8378466

Please sign in to comment.