Re: [FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: set AVFMT_NODIMENSIONS

2018-05-10 Thread Michael Niedermayer
On Wed, May 09, 2018 at 07:23:35PM -0700, Aman Gupta wrote: > From: Aman Gupta > > This allows remuxing streams from one mpegts container to another, > without requiring avformat_find_stream_info() (or using `ffmpeg > -probesize 32` on the cli). > --- > libavformat/mpegtsenc.c | 2 +- > 1 file c

[FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: set AVFMT_NODIMENSIONS

2018-05-09 Thread Aman Gupta
From: Aman Gupta This allows remuxing streams from one mpegts container to another, without requiring avformat_find_stream_info() (or using `ffmpeg -probesize 32` on the cli). --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegtsenc.c