avcodec: rename avcodec_receive_frame2 to avcodec_receive_frame_flags

It's a name that communicates its functionality in a better way.
Since the function was introduced very recently, we can safely rename it.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-12-07 12:41:27 -03:00
parent 88f26718a0
commit 00caeba050
5 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
2025-12-xx - xxxxxxxxxx - lavc 62.22.100 - avcodec.h
Add avcodec_receive_frame2().
2025-12-xx - xxxxxxxxxx - lavc 62.22.101 - avcodec.h
Add avcodec_receive_frame_flags().
Add AV_CODEC_RECEIVE_FRAME_FLAG_SYNCHRONOUS.
2025-09-xx - xxxxxxxxxx - lavfi 11.10.100 - buffersrc.h