Skip to content

Commit

Permalink
Speed up mpegts av_find_stream_info
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus authored and fritsch committed Sep 5, 2015
1 parent 9ad256a commit 4b8ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavformat/mpegts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ static int mpegts_push_data(MpegTSFilter *filter,
goto skip;

/* stream not present in PMT */
if (!pes->st) {
if (ts->auto_guess && !pes->st) {
if (ts->skip_changes)
goto skip;

Expand Down

0 comments on commit 4b8ca3b

Please sign in to comment.