|
@@ -2306,7 +2306,9 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) |
|
|
break; |
|
|
break; |
|
|
if(st->parser && st->parser->parser->split && !st->codec->extradata) |
|
|
if(st->parser && st->parser->parser->split && !st->codec->extradata) |
|
|
break; |
|
|
break; |
|
|
if(st->first_dts == AV_NOPTS_VALUE) |
|
|
|
|
|
|
|
|
if (st->first_dts == AV_NOPTS_VALUE && |
|
|
|
|
|
(st->codec->codec_type == AVMEDIA_TYPE_VIDEO || |
|
|
|
|
|
st->codec->codec_type == AVMEDIA_TYPE_AUDIO)) |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
if (i == ic->nb_streams) { |
|
|
if (i == ic->nb_streams) { |
|
|