Re: [FFmpeg-devel] [PATCH 07/25] fftools/ffmpeg: remove OutputStream.stream_copy

2022-08-04 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2022-08-04 14:54:41) >> Michael Niedermayer: >>> On Wed, Aug 03, 2022 at 03:58:26PM +0200, Anton Khirnov wrote: There are currently three possible modes for an output stream: 1) The stream is produced by encoding output from some filtergraph. T

Re: [FFmpeg-devel] [PATCH 07/25] fftools/ffmpeg: remove OutputStream.stream_copy

2022-08-04 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2022-08-04 14:54:41) > Michael Niedermayer: > > On Wed, Aug 03, 2022 at 03:58:26PM +0200, Anton Khirnov wrote: > >> There are currently three possible modes for an output stream: > >> 1) The stream is produced by encoding output from some filtergraph. This > >>is tru

Re: [FFmpeg-devel] [PATCH 07/25] fftools/ffmpeg: remove OutputStream.stream_copy

2022-08-04 Thread Andreas Rheinhardt
Michael Niedermayer: > On Wed, Aug 03, 2022 at 03:58:26PM +0200, Anton Khirnov wrote: >> There are currently three possible modes for an output stream: >> 1) The stream is produced by encoding output from some filtergraph. This >>is true when ost->enc_ctx != NULL, or equivalently when >>ost

Re: [FFmpeg-devel] [PATCH 07/25] fftools/ffmpeg: remove OutputStream.stream_copy

2022-08-04 Thread Michael Niedermayer
On Wed, Aug 03, 2022 at 03:58:26PM +0200, Anton Khirnov wrote: > There are currently three possible modes for an output stream: > 1) The stream is produced by encoding output from some filtergraph. This >is true when ost->enc_ctx != NULL, or equivalently when >ost->encoding_needed != 0. > 2

[FFmpeg-devel] [PATCH 07/25] fftools/ffmpeg: remove OutputStream.stream_copy

2022-08-03 Thread Anton Khirnov
There are currently three possible modes for an output stream: 1) The stream is produced by encoding output from some filtergraph. This is true when ost->enc_ctx != NULL, or equivalently when ost->encoding_needed != 0. 2) The stream is produced by copying some input stream's packets. This