Changeset 6eda91ad in ffmpeg

Timestamp:
Dec 15, 2013, 8:43:19 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
460f8fca
Parents:
d600b18f
git-author:
Joakim Plate <elupus@ecce.se> (12/15/13 14:58:31)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (12/15/13 20:43:19)
Message:

mpegts: stop analyzing when pmt for all programs have been found

This disables NOHEADER after finding PMT for all programs to
avoid find_stream_info always exhausting probe size for mpegts.

This is very important for live streams since read speed
will be limited. rtsp, udp and any protocol streaming a live
mpegts will have dramatically faster startup time.

Note, lack of codec parameters for streams can still cause
the full probe size to be exhausted.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.