avformat/avformat: add an AVOutputFormat capability flag to signal fixed frame size is needed.

And set it on the IAMF muxer.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2026-05-07 19:48:17 -03:00
parent 8e162daf9a
commit c0bdc3b62a
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
2026-05-16 - xxxxxxxxxxx - lavf 62.16.100 - avformat.h
Add AVFMT_FIXED_FRAMESIZE.
2026-05-16 - xxxxxxxxxxx - lavc 62.33.100 - avcodec.h
Add AV_CODEC_FLAG2_FIXED_FRAME_SIZE.