]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: reduce buffering during initialization
authorAndriy Gelman <andriy.gelman@gmail.com>
Sat, 9 Mar 2019 03:20:07 +0000 (22:20 -0500)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 9 Mar 2019 14:27:07 +0000 (15:27 +0100)
commit0a84ba26081c890e0726f0ad5ece2b4517bf4ee1
treee9b446c5e49543a46bf0c7095ac87ba28dfbc651
parent147ef1d9472ea39f837224bc8a2fbe07a9f04ae3
avformat/mpegts: reduce buffering during initialization

Reduces buffering latency with low bitrate streams, where
8192 bytes can mean several seconds.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mpegts.c