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

2023-02-08 Thread Gyan Doshi
On 2023-02-08 08:47 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2023-02-07 15:58:47) Needed to transfer programs in parent muxing contexts to child muxers, like in hls, segment, tee muxers. If it's only intended for use in muxers, why is it public? Could have worded the msg better. The in

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

2023-02-08 Thread Anton Khirnov
Quoting Gyan Doshi (2023-02-07 15:58:47) > Needed to transfer programs in parent muxing contexts to child muxers, > like in hls, segment, tee muxers. If it's only intended for use in muxers, why is it public? -- Anton Khirnov ___ ffmpeg-devel mailing l

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

2023-02-07 Thread Gyan Doshi
Needed to transfer programs in parent muxing contexts to child muxers, like in hls, segment, tee muxers. --- doc/APIchanges | 3 +++ libavformat/avformat.c | 52 ++ libavformat/avformat.h | 2 ++ libavformat/version.h | 2 +- 4 files changed, 58