Re: [FFmpeg-devel] [PATCH v2 1/4] avformat: add av_program_copy()

2023-02-15 Thread Gyan Doshi
On 2023-02-16 12:22 pm, Andreas Rheinhardt wrote: Gyan Doshi: Helper to transfer programs from one muxing context to another. --- doc/APIchanges | 3 ++ libavformat/avformat.c | 70 ++ libavformat/avformat.h | 14 + libavformat/vers

Re: [FFmpeg-devel] [PATCH v2 1/4] avformat: add av_program_copy()

2023-02-15 Thread Gyan Doshi
On 2023-02-11 11:26 am, Gyan Doshi wrote: On 2023-02-09 04:25 pm, Gyan Doshi wrote: Helper to transfer programs from one muxing context to another. Comments? Comments? Plan to push in 48h. Regards, Gyan ---   doc/APIchanges |  3 ++   libavformat/avformat.c | 70 +++

Re: [FFmpeg-devel] [PATCH v2 1/4] avformat: add av_program_copy()

2023-02-10 Thread Gyan Doshi
On 2023-02-09 04:25 pm, Gyan Doshi wrote: Helper to transfer programs from one muxing context to another. Comments? Regards, Gyan --- doc/APIchanges | 3 ++ libavformat/avformat.c | 70 ++ libavformat/avformat.h | 14 + libavfor

[FFmpeg-devel] [PATCH v2 1/4] avformat: add av_program_copy()

2023-02-09 Thread Gyan Doshi
Helper to transfer programs from one muxing context to another. --- doc/APIchanges | 3 ++ libavformat/avformat.c | 70 ++ libavformat/avformat.h | 14 + libavformat/version.h | 2 +- 4 files changed, 88 insertions(+), 1 deletion(-) diff