Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-28 Thread Andreas Rheinhardt
Martin Storsjö: > On Tue, 26 Sep 2023, Andreas Rheinhardt wrote: > >> Martin Storsjö: >>> On Tue, 26 Sep 2023, Anton Khirnov wrote: >>> Quoting Andreas Rheinhardt (2023-09-26 01:54:30) > It is of no value to the user, because every muxer can always > be flushed with a NULL packet. As

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-27 Thread Martin Storsjö
On Tue, 26 Sep 2023, Andreas Rheinhardt wrote: Martin Storsjö: On Tue, 26 Sep 2023, Anton Khirnov wrote: Quoting Andreas Rheinhardt (2023-09-26 01:54:30) It is of no value to the user, because every muxer can always be flushed with a NULL packet. As its documentation shows ("If not set, the

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-26 Thread Andreas Rheinhardt
Martin Storsjö: > On Tue, 26 Sep 2023, Anton Khirnov wrote: > >> Quoting Andreas Rheinhardt (2023-09-26 01:54:30) >>> It is of no value to the user, because every muxer can always >>> be flushed with a NULL packet. As its documentation shows >>> ("If not set, the muxer will not receive a NULL pack

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-26 Thread Martin Storsjö
On Tue, 26 Sep 2023, Anton Khirnov wrote: Quoting Andreas Rheinhardt (2023-09-26 01:54:30) It is of no value to the user, because every muxer can always be flushed with a NULL packet. As its documentation shows ("If not set, the muxer will not receive a NULL packet in the write_packet function"

Re: [FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-26 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-09-26 01:54:30) > It is of no value to the user, because every muxer can always > be flushed with a NULL packet. As its documentation shows > ("If not set, the muxer will not receive a NULL packet in > the write_packet function") it is actually an internal flag > th

[FFmpeg-devel] [PATCH v2 1/3] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH

2023-09-25 Thread Andreas Rheinhardt
It is of no value to the user, because every muxer can always be flushed with a NULL packet. As its documentation shows ("If not set, the muxer will not receive a NULL packet in the write_packet function") it is actually an internal flag that has been publically exposed because there was no interna