Re: [FFmpeg-devel] [PATCH] hlsenc.c, segment.c: propagate defaults to mpegts

2014-10-17 Thread Michael Niedermayer
On Fri, Oct 17, 2014 at 07:28:47PM +0300, Mika Raento wrote: > This fixes the abnormally high ts overhead in the files produced by the > HLS and segments muxers. See https://trac.ffmpeg.org/ticket/2857 . For > example makes it much more likely that it can produces streams that fit > under the 64kb

[FFmpeg-devel] [PATCH] hlsenc.c, segment.c: propagate defaults to mpegts

2014-10-17 Thread Mika Raento
This fixes the abnormally high ts overhead in the files produced by the HLS and segments muxers. See https://trac.ffmpeg.org/ticket/2857 . For example makes it much more likely that it can produces streams that fit under the 64kb App store limit. --- libavformat/hlsenc.c | 10 ++ libavfor