Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Gyan Doshi
On 2022-01-16 01:39 am, Marton Balint wrote: On Sat, 15 Jan 2022, Gyan Doshi wrote: Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote:  Makes maximum size of emitted packet user-tunable.  ---    doc/demuxers.texi    | 4    libavformat/mpegts.c | 9 ++---    2 files c

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Marton Balint
On Sat, 15 Jan 2022, Gyan Doshi wrote: Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote: Makes maximum size of emitted packet user-tunable. --- doc/demuxers.texi| 4 libavformat/mpegts.c | 9 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Gyan Doshi
Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote: Makes maximum size of emitted packet user-tunable. --- doc/demuxers.texi| 4 libavformat/mpegts.c | 9 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi ind

[FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-12 Thread Gyan Doshi
Makes maximum size of emitted packet user-tunable. --- doc/demuxers.texi| 4 libavformat/mpegts.c | 9 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 26ae768d7a..aef5976551 100644 --- a/doc/demuxers.texi +++ b/doc/demu