Skip to content

Commit

Permalink
lavc: bump minor and add Changelog entry for the Vulkan H265 encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Sep 17, 2024
1 parent 4b4f0b6 commit 0aa4ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ version <next>:
- YUV colorspace negotiation for codecs and filters, obsoleting the
YUVJ pixel format
- Vulkan H.264 encoder
- Vulkan H.265 encoder


version 7.0:
Expand Down
2 changes: 1 addition & 1 deletion libavcodec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "version_major.h"

#define LIBAVCODEC_VERSION_MINOR 14
#define LIBAVCODEC_VERSION_MINOR 15
#define LIBAVCODEC_VERSION_MICRO 100

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Expand Down

0 comments on commit 0aa4ac0

Please sign in to comment.