avformat: add av_program_copy()

Helper to transfer programs from one muxing context to another.
This commit is contained in:
Gyan Doshi
2023-02-07 18:45:30 +05:30
parent 7623379a77
commit 5c557dd5d5
4 changed files with 140 additions and 1 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-05 - xxxxxxxxxxx - lavf 62.15.100 - avformat.h
Add av_program_copy().
2026-05-05 - xxxxxxxxxxx - lavf 62.14.100 - avformat.h
Add av_program_add_stream_index2().